ColorDialogOptions.ShowTabs Property
Gets or sets whether the RGB, HSB or both tabs (color models) are available.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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 |
|
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