IRibbonTabParameters.ShowTabs Property
Specifies whether the Ribbon displays tab captions.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(true)]
bool ShowTabs { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
Refer to the ShowTabs property description for more information and examples.
See Also