Class GridViewDataColumn
This class inherits from GridViewBoundColumnBase and creates appropriate editor element using column's DataType.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewDataColumn : GridViewBoundColumnBase, IFilterableColumn, INotifyPropertyChanged, IColumnElement, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
Constructors
GridViewDataColumn()
Declaration
public GridViewDataColumn()
Fields
IsCellMergingEnabledProperty
Represents the IsCellMergingEnabled dependency property.
Declaration
public static readonly DependencyProperty IsCellMergingEnabledProperty
Field Value
System.Windows.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
System.Boolean
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
GridViewCell
cell
|
System.Object
dataItem
|
Returns
System.Windows.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.
Declaration
public override object GetNewValueFromEditor(object editor)
Parameters
System.Object
editor
The editor. |
Returns
System.Object
|