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

ASPxColorEdit.ColorIndicatorWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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

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

See Also