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

ColorPickerStyle Class

Defines style settings for the color picker.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ColorPickerStyle :
    AppearanceStyleBase

The following members return ColorPickerStyle objects:

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

Remarks

The ColorPickerStyle class contains settings that define the style of the color picker in a color edit control.

An object of the ColorPickerStyle type can be accessed via the ASPxColorEdit.ColorPickerStyle property.

See Also