Back to Devexpress

ColorEditProperties.AutomaticColorItemCaption Property

aspnet-devexpress-dot-web-dot-coloreditproperties.md

latest1.8 KB
Original Source

ColorEditProperties.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 ColorEditProperties.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

ColorEditProperties Class

ColorEditProperties Members

DevExpress.Web Namespace