Represents a property setting. Each property of Telerik controls can be
serialized and deserialized through an instance of this class. The
XMLPropertySetting instance describes the affected control, its property, and
the current value. XmlPropertySetting is very similar to CSS style properties.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class XmlPropertySetting _
Implements ISerializationValidatable |
Inheritance Hierarchy
See Also