RepositoryItemColorPickEdit.AutomaticColorButtonCaption Property
Gets or sets the caption of the Automatic button displayed in the Custom tab in the ColorPickEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Appearance")]
public virtual string AutomaticColorButtonCaption { get; set; }
Property Value
Type | Description |
---|---|
String | A string that is the caption of the Automatic button displayed in the Custom tab. |
Remarks
See RepositoryItemColorPickEdit.AutomaticColor to learn more.
See Also