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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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