Class ToggleButtonExtensions
Extension properties for the RadToggleButton class.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams.Primitives
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public static class ToggleButtonExtensions
Fields
CheckedContentProperty
The CheckedContentProperty dependency property.
Declaration
public static readonly RadProperty CheckedContentProperty
Field Value
UncheckedContentProperty
The UncheckedContentProperty dependency property.
Declaration
public static readonly RadProperty UncheckedContentProperty
Field Value
Methods
GetCheckedContent(RadObject)
Gets the content for the checked state of the Toggle button.
Declaration
public static object GetCheckedContent(RadObject obj)
Parameters
Rad The object. |
Returns
System.
|
GetUncheckedContent(RadObject)
Gets the content for the unchecked state of the Toggle button.
Declaration
public static object GetUncheckedContent(RadObject obj)
Parameters
Rad The object. |
Returns
System.
|
SetCheckedContent(RadObject, Object)
Sets the content for the checked state of the Toggle button.
Declaration
public static void SetCheckedContent(RadObject obj, object value)
Parameters
Rad The object. |
System. The value. |
SetUncheckedContent(RadObject, Object)
Sets the content for the unchecked state of the Toggle button.
Declaration
public static void SetUncheckedContent(RadObject obj, object value)
Parameters
Rad The object. |
System. The value. |