Class GridViewColorColumn
Column for displaying and editing colors.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewColorColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Constructors
GridViewColorColumn()
GridViewColorColumn(String)
Initializes a new instance of the GridViewColorColumn.
Declaration
public GridViewColorColumn(string fieldName)
Parameters
System.String
fieldName
A string value referring to the unique name of the column. |
GridViewColorColumn(String, String)
Initializes a new instance of the GridViewColorColumn.
Declaration
public GridViewColorColumn(string uniqueName, string fieldName)
Parameters
System.String
uniqueName
A string value referring to the unique name of the column. |
System.String
fieldName
A string value referring to the field name to which the column is bound. |
Properties
DataType
Gets or sets the data type of the column.
Declaration
public override Type DataType { get; set; }
Property Value
System.Type
|
Overrides
Methods
GetCellType(GridViewRowInfo)
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
GridViewRowInfo
row
|
Returns
System.Type
|
Overrides
GetDefaultDataTypeConverter(Type)
Gets the default data type converter.
Declaration
protected override TypeConverter GetDefaultDataTypeConverter(Type type)
Parameters
System.Type
type
The type. |
Returns
System.ComponentModel.TypeConverter
|
Overrides
GetDefaultEditor()
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.Type
|