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