Skip to main content
Tab

ColorEditProperties.ColorIndicatorStyle Property

Gets the style settings which define the color indicator‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColorIndicatorStyle ColorIndicatorStyle { get; }

Property Value

Type Description
ColorIndicatorStyle

A ColorIndicatorStyle object that contains the style settings.

Remarks

Note

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

See Also