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 Grid
Declaration
public GridViewCheckBoxColumn()
Fields
AutoSelectOnEditProperty
Identifies the Auto
Declaration
public static readonly DependencyProperty AutoSelectOnEditProperty
Field Value
System.
|
IsThreeStateProperty
Dependency Property for IsThreeState Property.
Declaration
public static readonly DependencyProperty IsThreeStateProperty
Field Value
System.
|
Properties
AutoSelectOnEdit
Enable or disable automatic select, deselect on editing the cell.
Declaration
public bool AutoSelectOnEdit { get; set; }
Property Value
System. 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.
|
Methods
CreateCellEditElement(GridViewCell, Object)
Creates the element for the cell in edit mode.
Declaration
public override FrameworkElement CreateCellEditElement(GridViewCell cell, object dataItem)
Parameters
Grid
|
System.
|
Returns
System.
|
Overrides
CreateCellElement(GridViewCell, Object)
Creates the element for the cell in view mode.
Declaration
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
Parameters
Grid
|
System.
|
Returns
System.
|
Overrides
PrepareCellForEdit(FrameworkElement, RoutedEventArgs)
Prepares GridViewCell for edit.
Declaration
protected override object PrepareCellForEdit(FrameworkElement editingElement, RoutedEventArgs editingEventArgs)
Parameters
System. The editing element. |
System. The System. |
Returns
System.
|