Skip to main content
Tab

ColorEditProperties.DisplayColorIndicatorSpacing Property

Gets or sets the amount of space between a color indicator and 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 DisplayColorIndicatorSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

A color editor’s value displayed within a column in browse mode is visually represented as a color indicator and color value. The DisplayColorIndicatorSpacing property is used to specify the spacing between the color indicator and the value.

See Also