Back to Devexpress

ColorTableCellStyle Class

aspnet-devexpress-dot-web-a49dfc9d.md

latest2.4 KB
Original Source

ColorTableCellStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorTableCellStyle :
    ItemPickerTableCellStyle
vb
Public Class ColorTableCellStyle
    Inherits ItemPickerTableCellStyle

The following members return ColorTableCellStyle 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 ColorTableCellStyle type can be accessed via the ASPxColorEdit.ColorTableCellStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle DevExpress.Web.ItemPickerTableCellStyle ColorTableCellStyle

See Also

ColorTableCellStyle Members

ColorTableCellStyle

DevExpress.Web Namespace