Back to Devexpress

ASPxRibbon.ShowFileTab Property

aspnet-devexpress-dot-web-dot-aspxribbon-6e69c4ae.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowFileTab { get; set; }
vb
<DefaultValue(True)>
Public Property ShowFileTab As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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

See Also

Ribbon

File Tab

Online Demo: Ribbon - Features

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace