Back to Devexpress

ASPxColorEdit.EnableAutomaticColorItem Property

aspnet-devexpress-dot-web-dot-aspxcoloredit-3a2c20c7.md

latest1.6 KB
Original Source

ASPxColorEdit.EnableAutomaticColorItem Property

Specifies if the automatic color item is displayed in the ASPxColorEdit.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableAutomaticColorItem { get; set; }
vb
<DefaultValue(False)>
Public Property EnableAutomaticColorItem As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if the item is visible, otherwise, false.

|

Remarks

Set the EnableAutomaticColorItem property to true to display the automatic color item, which allows end-users to easily select a predefined automatic (default) color.

See Also

ASPxColorEdit Class

ASPxColorEdit Members

DevExpress.Web Namespace