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

ASPxRibbon.ShowFileTab Property

Gets or sets a value that specifies whether the file tab is displayed in the ribbon.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowFileTab { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the file tab is visible; otherwise, false.

Remarks

Use the ShowFileTab property to specify whether the file tab is visible.

See Also