Skip to main content
Tab

ColorEditProperties.ColorIndicatorWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Unit String.Empty

A Unit value representing the color indicator‘s width.

#Remarks

Use the ASPxColorEdit.ColorIndicatorHeight property to specify the color indicator‘s height.

Note

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

See Also