New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewCheckBox : Control

Inheritance: objectGridViewCheckBox

Constructors

Initializes a new instance of the GridViewCheckBox class.

C#
public GridViewCheckBox()

Fields

IsCheckedProperty

DependencyProperty

Identifies the IsChecked dependency property.

C#
public static readonly DependencyProperty IsCheckedProperty

IsThreeStateProperty

DependencyProperty

Identifies the IsThreeState dependency property.

C#
public static readonly DependencyProperty IsThreeStateProperty

Properties

Gets or sets the check state of the checkbox.

C#
[TypeConverter(typeof(NullableBoolConverter))]
public bool? IsChecked { get; set; }
Property Value:

The value of the Checkbox.

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

C#
public bool IsThreeState { get; set; }
Property Value:

The value of the Checkbox.

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs