GridViewCheckBox
Class
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; }
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; }
The value of the Checkbox.
Methods
C#
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer