Back to Devexpress

ColorEditProperties Class

aspnet-devexpress-dot-web-cbfe0f16.md

latest3.8 KB
Original Source

ColorEditProperties Class

Contains settings specific to a color editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorEditProperties :
    DropDownEditPropertiesBase
vb
Public Class ColorEditProperties
    Inherits DropDownEditPropertiesBase

The following members return ColorEditProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewColorEditColumn.PropertiesColorEdit
GanttColorEditColumn.PropertiesColorEdit
GridViewDataColorEditColumn.PropertiesColorEdit
TreeListColorEditColumn.PropertiesColorEdit
VerticalGridColorEditRow.PropertiesColorEdit
ASP.NET MVC ExtensionsMVCxColorEdit.Properties

Remarks

The ColorEditProperties class contains settings specific to the ASPxColorEdit editor type.

In addition to the common editor settings inherited from its ancestors, the ColorEditProperties class implements type specific properties that, in particular, allow you to customize the appearance of the color indicator (ASPxColorEdit.ColorIndicatorStyle), color table (ASPxColorEdit.ColorTableStyle) and its cell (ASPxColorEdit.ColorTableCellStyle), and specify the editor’s value after entering an invalid color (ASPxColorEdit.ColorOnError).

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 13 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase DropDownEditPropertiesBase ColorEditProperties BootstrapColorEditProperties

MVCxColumnColorEditProperties

MVCxColorEditProperties

See Also

ColorEditProperties Members

ColorIndicatorStyle

ColorTableStyle

ColorTableCellStyle

ColorOnError

Color Editor

DevExpress.Web Namespace