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

EditorStyles.ColorPicker Property

Gets the style settings that define the appearance of the editor’s color picker.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual ColorPickerStyle ColorPicker { get; }

Property Value

Type Description
ColorPickerStyle

A ColorPickerStyle object that contains the style settings.

See Also