RadControls for WinForms

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.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class XmlPropertySetting : ISerializationValidatable
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class XmlPropertySetting _
	Implements ISerializationValidatable

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..XmlPropertySetting
    Telerik.WinControls..::..XmlAnimatedPropertySetting

See Also