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

ASPxColorEdit.ColorIndicatorStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ColorIndicatorStyle ColorIndicatorStyle { get; }

Property Value

Type Description
ColorIndicatorStyle

A ColorIndicatorStyle object that contains the style settings.

Remarks

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

See Also