| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property StyleFile As String | |
| C# | |
|---|---|
public virtual string StyleFile {get; set;} | |
Property Value
stringThis 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.
Set during design-time only.