ClassGridViewDataColumn
This class inherits from GridViewBoundColumnBase and creates appropriate editor element using column's DataType.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewDataColumn : GridViewBoundColumnBase, INotifyPropertyChanged, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
Inheritance: objectGridViewColumnGridViewBoundColumnBaseGridViewDataColumn
Implements:
Inherited Members
Constructors
GridViewDataColumn()
Declaration
public GridViewDataColumn()
Fields
IsCellMergingEnabledProperty
Represents the IsCellMergingEnabled dependency property.
Declaration
public static readonly DependencyProperty IsCellMergingEnabledProperty
Field Value
DependencyProperty
Properties
IsCellMergingEnabled
Gets or sets a value that indicates whether cell merging is enabled for this column.
Declaration
public bool IsCellMergingEnabled { get; set; }
Property Value
The is cell merging enabled.
Methods
CreateCellEditElement(GridViewCell, object)
Creates the element for the cell in edit mode.
Declaration
public override FrameworkElement CreateCellEditElement(GridViewCell cell, object dataItem)
Parameters
cell
dataItem
Returns
FrameworkElement
Overrides
GetNewValueFromEditor(object)
Gets the new value from the editor. Used from the validation mechanism to get the new value before this value to be committed to the data source.