Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColorDialogOptions.ShowTabs Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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.

image

image

See Also