Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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