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

ColorTableStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ColorTableStyle :
    ItemPickerTableStyle

The following members return ColorTableStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxColorEdit.ColorTableStyle
ColorEditProperties.ColorTableStyle
EditorStyles.ColorTable
ASP.NET Bootstrap Controls BootstrapColorEdit.ColorTableStyle
BootstrapColorEditProperties.ColorTableStyle

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 ColorTableStyle type can be accessed via the ASPxColorEdit.ColorTableStyle property.

See Also