ClassGridViewCheckBox
Lightened version of the standard checkbox containing reduced number of states.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewCheckBox : Control
Inheritance: objectGridViewCheckBox
Constructors
GridViewCheckBox()
Initializes a new instance of the GridViewCheckBox class.
Declaration
public GridViewCheckBox()
Fields
IsCheckedProperty
Identifies the IsChecked dependency property.
Declaration
public static readonly DependencyProperty IsCheckedProperty
Field Value
DependencyProperty
IsThreeStateProperty
Identifies the IsThreeState dependency property.
Declaration
public static readonly DependencyProperty IsThreeStateProperty
Field Value
DependencyProperty
Properties
IsChecked
Gets or sets the check state of the checkbox.
Declaration
[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
public bool IsThreeState { get; set; }
Property Value
The value of the Checkbox.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e