Skip to main content
A newer version of this page is available. .
Tab

ASPxColorEdit.ColorIndicatorHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the color indicator’s height.

Remarks

Use the ColorIndicatorHeight property to specify the color indicator‘s width.

Note

This property is a wrapper of the ColorEditProperties.ColorIndicatorHeight property.

See Also