A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowFileTab { get; set; }
<DefaultValue(True)>
Public Property ShowFileTab As Boolean
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
Feedback