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

ColorDialogOptions.ShowTabs Property

Gets or sets whether the RGB, HSB or both tabs (color models) are available.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(ShowTabs.All)]
[DXCategory("Appearance")]
public virtual ShowTabs ShowTabs { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.ShowTabs **All**

A ShowTabs value that specifies which tabs are displayed within the “Select Color” dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowTabs
RepositoryItemColorPickEdit
.ColorDialogOptions .ShowTabs

Remarks

The “Select Color” dialog can contain the RGB and/or HSB tabs to select colors using the RGB and HSB color models, respectively. Use the ShowTabs property to specify the visibility of these tabs.

See Also