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
RadProperty
|
UncheckedContentProperty
The UncheckedContentProperty dependency property.
Declaration
public static readonly RadProperty UncheckedContentProperty
Field Value
RadProperty
|
Methods
GetCheckedContent(RadObject)
Gets the content for the checked state of the Toggle button.
Declaration
public static object GetCheckedContent(RadObject obj)
Parameters
RadObject
obj
The object. |
Returns
System.Object
|
GetUncheckedContent(RadObject)
Gets the content for the unchecked state of the Toggle button.
Declaration
public static object GetUncheckedContent(RadObject obj)
Parameters
RadObject
obj
The object. |
Returns
System.Object
|
SetCheckedContent(RadObject, Object)
Sets the content for the checked state of the Toggle button.
Declaration
public static void SetCheckedContent(RadObject obj, object value)
Parameters
RadObject
obj
The object. |
System.Object
value
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
RadObject
obj
The object. |
System.Object
value
The value. |