Skip to main content
Tab

ColorEditProperties.ColorIndicatorHeight Property

Gets or sets the height of the editor’s color indicator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ColorIndicatorHeight { get; set; }

#Property Value

Type Default Description
Unit String.Empty

A Unit value representing the color indicator‘s height.

#Remarks

Use the ASPxColorEdit.ColorIndicatorWidth property to specify the color indicator‘s width.

Note

The ColorIndicatorHeight property synchronizes its value with the editor’s ASPxColorEdit.ColorIndicatorHeight property.

See Also