ClassToggleButtonExtensions
Class
Extension properties for the RadToggleButton class.
Definition
Namespace:Telerik.WinControls.UI.Diagrams.Primitives
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public static class ToggleButtonExtensions
Inheritance: objectToggleButtonExtensions
Fields
CheckedContentProperty
The CheckedContentProperty dependency property.
Declaration
cs-api-definition
public static readonly RadProperty CheckedContentProperty
Field Value
UncheckedContentProperty
The UncheckedContentProperty dependency property.
Declaration
cs-api-definition
public static readonly RadProperty UncheckedContentProperty
Field Value
Methods
GetCheckedContent(RadObject)
Gets the content for the checked state of the Toggle button.
GetUncheckedContent(RadObject)
Gets the content for the unchecked state of the Toggle button.
SetCheckedContent(RadObject, object)
Sets the content for the checked state of the Toggle button.
SetUncheckedContent(RadObject, object)
Sets the content for the unchecked state of the Toggle button.