New to Telerik UI for WinFormsStart a free 30-day trial

Definition

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)
Parameters:elementRadObject

the element that the property value is applied to.

Retrieves the current value of the property.

C#
object GetCurrentValue(RadObject forObject)
Parameters:forObjectRadObjectReturns:

object

Unapply the property to the element given as a parameter.

C#
void UnapplyValue(RadObject element)
Parameters:elementRadObject

the element that the property value is unapplied to.