Class
ToggleButtonExtensions

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

RadProperty

UncheckedContentProperty

The UncheckedContentProperty dependency property.

Declaration

cs-api-definition
public static readonly RadProperty UncheckedContentProperty

Field Value

RadProperty

Methods

GetCheckedContent(RadObject)

Gets the content for the checked state of the Toggle button.

Declaration

cs-api-definition
public static object GetCheckedContent(RadObject obj)

Parameters

obj

RadObject

The object.

Returns

object

GetUncheckedContent(RadObject)

Gets the content for the unchecked state of the Toggle button.

Declaration

cs-api-definition
public static object GetUncheckedContent(RadObject obj)

Parameters

obj

RadObject

The object.

Returns

object

SetCheckedContent(RadObject, object)

Sets the content for the checked state of the Toggle button.

Declaration

cs-api-definition
public static void SetCheckedContent(RadObject obj, object value)

Parameters

obj

RadObject

The object.

value

object

The value.

SetUncheckedContent(RadObject, object)

Sets the content for the unchecked state of the Toggle button.

Declaration

cs-api-definition
public static void SetUncheckedContent(RadObject obj, object value)

Parameters

obj

RadObject

The object.

value

object

The value.