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

ColorDialogOptions.ShowTabs Property

Gets or sets which tabs are displayed within the “Select Color” dialog.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(ShowTabs.All)]
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 contains tabs allowing an end-user to pick a color using the RGB or HSB color model. The ShowTabs property specifies which tabs are available to end-users.

See Also