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