Skip to main content
A newer version of this page is available. .

RepositoryItemColorEdit.ShowMoreColorsButton Property

Gets or sets whether the More Colors button is displayed in the Custom tab.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
public virtual bool ShowMoreColorsButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the More Colors button is displayed; otherwise, false.

Remarks

By default, the ColorPickEdit control displays the More Colors button that invokes the dialog allowing an end-user to select a custom color. See the figure below.

RepositoryItemColorEdit_ShowMoreColorsButton

Set the ShowMoreColorsButton property to false to prevent the More Colors button from being displayed.

See Also