GridViewDataColorEditColumn Class
In This Article
Represents a data column used to display and edit color values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewDataColorEditColumn :
GridViewEditDataColumn
#Remarks
GridViewDataColorEditColumn objects represent data columns whose values are edited using the color editor. The column editor’s settings can be accessed and customized using the GridViewDataColorEditColumn.PropertiesColorEdit property.
To learn more, see Data Columns.
#Implements
#Inheritance
Object
StateManager
CollectionItem
WebColumnBase
GridViewColumn
GridViewDataColumn
GridViewEditDataColumn
GridViewDataColorEditColumn
See Also