Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxColorEdit.IsAutomaticColorSelected Property

Indicates whether the automatic color item is selected in the ASPxColorEdit.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsAutomaticColorSelected { get; }

Property Value

Type Description
Boolean

true if the automatic color item is selected; otherwise, false.

Remarks

ASPxColorEdit-VisualElements-AutomaticColor

See Also