Skip to main content
Tab

ColorEditProperties.ColorTableCellStyle Property

Gets the style settings which define the appearance of color table cells .

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ColorTableCellStyle ColorTableCellStyle { get; }

#Property Value

Type Description
ColorTableCellStyle

A ColorTableCellStyle object that contains the style settings.

#Remarks

Note

The ColorTableCellStyle property synchronizes its value with the editor’s ASPxColorEdit.ColorTableCellStyle property.

See Also