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

ColorEditProperties.DisplayColorIndicatorStyle Property

Gets the style settings for a color indicator within a column in browse mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ColorIndicatorStyle DisplayColorIndicatorStyle { get; }

Property Value

Type Description
ColorIndicatorStyle

A ColorIndicatorStyle object that contains style settings.

Remarks

A color editor’s value displayed within a column in browse mode is visually represented as a color indicator and color value. The DisplayColorIndicatorStyle property is used to specify the style settings for the color indicator in browse mode.

See Also