dbicDayView Send comments on this topic.
ReadXMLFile Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ReadXMLFile Method

strFileName
The full path and file name of the xml file.
Reads the data from an xml file into the control

Syntax

Visual Basic (Declaration) 
Public Function ReadXMLFile( _
   ByVal strFileName As String _
) As Boolean
C# 
public bool ReadXMLFile( 
   string strFileName
)

Parameters

strFileName
The full path and file name of the xml file.

Return Value

This method returns a value of type Boolean, indicating if it was read successfully.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also