Skip to main content
Tab

ColorEditProperties.ColorTableStyle Property

Gets the style settings which define the color table‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColorTableStyle ColorTableStyle { get; }

Property Value

Type Description
ColorTableStyle

A ColorTableStyle object that contains the style settings.

Remarks

Note

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

See Also