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