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

ASPxColorEdit.ColorTableCellStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ColorTableCellStyle ColorTableCellStyle { get; }

Property Value

Type Description
ColorTableCellStyle

A ColorTableCellStyle object that contains the style settings.

Remarks

This property is a wrapper of the ColorEditProperties.ColorTableCellStyle property.

See Also