GridViewCheckBoxColumn is a column is used to bind to boolean data.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewCheckBoxColumn : GridViewBoundColumnBase, INotifyPropertyChanged, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
Inheritance: objectGridViewColumnGridViewBoundColumnBaseGridViewCheckBoxColumn
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewCheckBoxColumn class.
public GridViewCheckBoxColumn()
Fields
AutoSelectOnEditProperty
DependencyProperty
Identifies the AutoSelectOnEdit dependency property.
public static readonly DependencyProperty AutoSelectOnEditProperty
IsThreeStateProperty
DependencyProperty
Dependency Property for IsThreeState Property.
public static readonly DependencyProperty IsThreeStateProperty
Properties
Enable or disable automatic select, deselect on editing the cell.
public bool AutoSelectOnEdit { get; set; }
The data template.
Gets or sets a value indicating whether the column support three state.
public bool IsThreeState { get; set; }
true if column supports three state; otherwise, false.
Methods
CreateCellEditElement(GridViewCell, object)
FrameworkElement
Creates the element for the cell in edit mode.
public override FrameworkElement CreateCellEditElement(GridViewCell cell, object dataItem)
FrameworkElement
Overrides:
CreateCellElement(GridViewCell, object)
FrameworkElement
Creates the element for the cell in view mode.
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
FrameworkElement
Overrides:
Prepares GridViewCell for edit.
protected override object PrepareCellForEdit(FrameworkElement editingElement, RoutedEventArgs editingEventArgs)
The editing element.
editingEventArgsRoutedEventArgsThe RoutedEventArgs instance containing the event data.
Returns:Overrides: