Back to Devexpress

ASPxColorEdit.AutomaticColorItemCaption Property

aspnet-devexpress-dot-web-dot-aspxcoloredit-05b43b69.md

latest1.8 KB
Original Source

ASPxColorEdit.AutomaticColorItemCaption Property

Gets or sets the automatic color item‘s caption.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Automatic Color")]
public string AutomaticColorItemCaption { get; set; }
vb
<DefaultValue("Automatic Color")>
Public Property AutomaticColorItemCaption As String

Property Value

TypeDefaultDescription
String"Automatic Color"

A String value that specifies the item caption.

|

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 AutomaticColorItemCaption property to specify the item caption.

See Also

ASPxColorEdit Class

ASPxColorEdit Members

DevExpress.Web Namespace