Back to Devexpress

ASPxColorEdit.AutomaticColor Property

aspnet-devexpress-dot-web-dot-aspxcoloredit-356d5a75.md

latest1.7 KB
Original Source

ASPxColorEdit.AutomaticColor Property

Gets or sets the automatic color item‘s color in RGB format.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(Color), "Black")]
public Color AutomaticColor { get; set; }
vb
<DefaultValue(GetType(Color), "Black")>
Public Property AutomaticColor As Color

Property Value

TypeDefaultDescription
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

ASPxColorEdit Class

ASPxColorEdit Members

DevExpress.Web Namespace