IPropertySetting
Interface
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface IPropertySetting
Derived Classes:
Gets or sets the property itself.
C#
RadProperty Property { get; set; }
Methods
Applies the value to the element given as a parameter.
C#
void ApplyValue(RadObject element)
the element that the property value is applied to.
Unapply the property to the element given as a parameter.
C#
void UnapplyValue(RadObject element)
the element that the property value is unapplied to.