Back to Devexpress

ColorTableStyle Class

aspnet-devexpress-dot-web-92610ad5.md

latest2.2 KB
Original Source

ColorTableStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorTableStyle :
    ItemPickerTableStyle
vb
Public Class ColorTableStyle
    Inherits ItemPickerTableStyle

The following members return ColorTableStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase DevExpress.Web.ItemPickerTableStyle ColorTableStyle ColorIndicatorStyle

See Also

ColorTableStyle Members

ColorTableStyle

DevExpress.Web Namespace