Class
GridViewToggleButton

Represents a control that visualizes the expand/collapse operation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewToggleButton : ToggleButton, ISupportInitialize

Inheritance: objectGridViewToggleButton

Implements: ISupportInitialize

Constructors

GridViewToggleButton()

Initializes a new instance of the GridViewToggleButton class.

Declaration

cs-api-definition
public GridViewToggleButton()

Fields

ArrowTemplateProperty

Identifies the ArrowTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ArrowTemplateProperty

Field Value

DependencyProperty

PlusMinusTemplateProperty

Identifies the PlusMinusTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PlusMinusTemplateProperty

Field Value

DependencyProperty

PresentationModeProperty

Identifies the PresentationMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PresentationModeProperty

Field Value

DependencyProperty

Properties

ArrowTemplate

Gets or sets the arrow control template.

Declaration

cs-api-definition
public ControlTemplate ArrowTemplate { get; set; }

Property Value

ControlTemplate

The arrow control template.

PlusMinusTemplate

Gets or sets the plus/minus control template.

Declaration

cs-api-definition
public ControlTemplate PlusMinusTemplate { get; set; }

Property Value

ControlTemplate

The plus/minus control template.

PresentationMode

Gets or sets the active presentation mode for this button.

Declaration

cs-api-definition
public GridViewToggleButtonPresentationMode PresentationMode { get; set; }

Property Value

GridViewToggleButtonPresentationMode

The active presentation mode.

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs