Skip to main content

RepositoryItemColorEdit.ShowCustomColors Property

Gets or sets the visibility of the Custom tab.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean true

true if the Custom tab is visible; otherwise, false.

Remarks

The Custom tab displays the “Themes Colors”, “Standard Colors” and “Recent Colors” sections.

image

The ThemeColors, StandardColors and RecentColors properties allow you to access and change colors in these sections.

The “More Colors” button (see RepositoryItemColorEdit.ShowMoreColorsButton) displayed at the bottom of the Custom tab allows a user to pick any color via a color selection dialog.

See Also