Skip to main content
A newer version of this page is available. .
Tab

ColorTableCellStyle Class

Contains style settings that define the appearance of the color table’s cell within the color editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ColorTableCellStyle :
    ItemPickerTableCellStyle

The following members return ColorTableCellStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapColorEdit.ColorTableCellStyle
BootstrapColorEditProperties.ColorTableCellStyle
ASP.NET Web Forms Controls ASPxColorEdit.ColorTableCellStyle
ColorEditProperties.ColorTableCellStyle
EditorStyles.ColorTableCell

Remarks

This class inherits the functionality of its ancestor and hides some properties that are not in effect for the corresponding elements.

An object of the ColorTableCellStyle type can be accessed via the ASPxColorEdit.ColorTableCellStyle property.

Inheritance

See Also