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

ASPxColorEdit.ColorPickerStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColorPickerStyle ColorPickerStyle { get; }

Property Value

Type Description
ColorPickerStyle

A ColorPickerStyle object that contains style settings.

Remarks

This property is a wrapper of the ColorEditProperties.ColorPickerStyle property.

See Also