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 Is
Declaration
public static readonly DependencyProperty IsCheckedProperty
Field Value
System.
|
IsThreeStateProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsThreeStateProperty
Field Value
System.
|
Properties
IsChecked
Gets or sets the check state of the checkbox.
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System. 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. The value of the Checkbox. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|