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

ColorEditProperties.DisplayColorIndicatorWidth Property

Gets or sets the width 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 DisplayColorIndicatorWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the color indicator’s width.

Remarks

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

See Also