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

ColorEditProperties.ColorPickerStyle Property

Gets the style settings defining the appearance of a color editor’s color picker.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ColorPickerStyle ColorPickerStyle { get; }

Property Value

Type Description
ColorPickerStyle

A ColorPickerStyle object that contains style settings.

Remarks

Note

The ColorPickerStyle property synchronizes its value with the editor’s ASPxColorEdit.ColorPickerStyle property.

See Also