GetSettingsXML Method

Returns the control's Settings element from the toolkit configuration file.

Remarks

If your application uses a simple string Settings format, use GetSettingsValue.

Syntax

Visual Basic (Declaration) 
Overridable Function GetSettingsXML() As String
C# 
virtual string GetSettingsXML()

Return Value

The Settings element in XML format.

See Also