RibbonControl.ShowPageHeaders Property
In This Article
OBSOLETE
Use Show
Gets or sets whether page headers are displayed.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use ShowPageHeadersMode instead of ShowPageHeaders")]
public bool ShowPageHeaders { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to display page headers; otherwise, false. |
#Remarks
This property is obsolete. Use the RibbonControl.ShowPageHeadersMode property instead.
See Also