Back to Devexpress

ColorDialogOptions.ShowTabs Property

windowsforms-devexpress-dot-xtraeditors-dot-colordialogoptions-600c291f.md

latest1.9 KB
Original Source

ColorDialogOptions.ShowTabs Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ShowTabs.All)]
[DXCategory("Appearance")]
public virtual ShowTabs ShowTabs { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(ShowTabs.All)>
Public Overridable Property ShowTabs As ShowTabs

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.ShowTabsAll

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 TypePath 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

ColorDialogOptions Class

ColorDialogOptions Members

DevExpress.XtraEditors Namespace