ASPxColorEdit.AutomaticColor Property
In This Article
Gets or sets the automatic color item‘s color in RGB format.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Color | "Black" | A Color object that specifies the color. |
#Remarks
When the ASPxColorEdit.EnableAutomaticColorItem property is set to true
, the editor displays an automatic color item, which allows end-users to easily select a predefined automatic (default) color.
Use the AutomaticColor property to specify the automatic color.
See Also