ASPxColorEdit.ColorIndicatorWidth Property
Gets or sets the width of the color editor's color indicator.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit ColorIndicatorWidth { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property ColorIndicatorWidth As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit value representing the color indicator's width. |
Remarks
This property is a wrapper of the ColorEditProperties.ColorIndicatorWidth property.
See Also
Feedback