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