Skip to main content

ColorPickEdit.IsAutomaticColorSelected Property

Gets whether the “Automatic” color is selected by an end-user in the Custom tab in the dropdown window.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsAutomaticColorSelected { get; }

Property Value

Type Description
Boolean

true if the “Automatic” color is selected by an end-user in the Custom tab; otherwise, false.

Remarks

See the RepositoryItemColorPickEdit.AutomaticColor topic for more information.

See Also