Class
GridViewCheckBox

Lightened version of the standard checkbox containing reduced number of states.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCheckBox : Control

Inheritance: objectGridViewCheckBox

Constructors

GridViewCheckBox()

Initializes a new instance of the GridViewCheckBox class.

Declaration

cs-api-definition
public GridViewCheckBox()

Fields

IsCheckedProperty

Identifies the IsChecked dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsCheckedProperty

Field Value

DependencyProperty

IsThreeStateProperty

Identifies the IsThreeState dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsThreeStateProperty

Field Value

DependencyProperty

Properties

IsChecked

Gets or sets the check state of the checkbox.

Declaration

cs-api-definition
[TypeConverter(typeof(NullableBoolConverter))]
public bool? IsChecked { get; set; }

Property Value

bool?

The value of the Checkbox.

IsThreeState

Gets or sets a value that indicates whether the control allows three states or two.

Declaration

cs-api-definition
public bool IsThreeState { get; set; }

Property Value

bool

The value of the Checkbox.

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

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