A newer version of this page is available.
Switch to the current version.
ASPxColorEdit.ColorTableStyle Property
Gets the style settings which define the color table's appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public ColorTableStyle ColorTableStyle { get; }
Public ReadOnly Property ColorTableStyle As ColorTableStyle
Property Value
Type | Description |
---|---|
ColorTableStyle | A ColorTableStyle object that contains the style settings. |
Remarks
This property is a wrapper of the ColorEditProperties.ColorTableStyle property.
See Also
Feedback