ColorEditProperties.DisplayColorIndicatorStyle Property
In This Article
Gets the style settings for a color indicator within a column in browse mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColorIndicatorStyle DisplayColorIndicatorStyle { get; }
#Property Value
Type | Description |
---|---|
Color |
A Color |
#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