Skip to main content
Tab

ColorEditProperties.DisplayColorIndicatorHeight Property

Gets or sets the height of a color indicator that represents a color editor’s value within a column in browse mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit DisplayColorIndicatorHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the color indicator’s height.

Remarks

A color editor’s value displayed within a column in browse mode is visually represented as a color indicator and color value. The DisplayColorIndicatorHeight property is used to specify the height of the editor’s color indicator in browse mode. To set the width of this indicator use the ColorEditProperties.DisplayColorIndicatorWidth property.

See Also