| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property XMLRead As String | |
| C# | |
|---|---|
public virtual string XMLRead {get; set;} | |
Property Value
stringThis property is available at design time only. To access an XML file in code, use the ReadXMLFile Method.
The XML files will only store string or numeric property settings. The XML file will not store image or object information.
This property allows the developer to read an XML file describing a layout (property settings) and contents (collections) into the control from within the design environment. To use the XMLRead property, enter the first part of the XML file name in the property editor (at least 4 characters) and press enter to access a file dialog through which the XML file can be selected.