| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property XMLStyleFile As String | |
| C# | |
|---|---|
public virtual string XMLStyleFile {get; set;} | |
Property Value
StringSet during design-time only.
This property will cause the control to load an XML file saved with WriteXMLFile Method or XMLWrite Property automatically when the control is instanced for the first time during run-time.
The XML files will only store string or numeric property settings. The XML file will not store image or object information.