IPageGroupDefaultProperties.CanShowPageHeaders Property
Gets whether the current PageGroup can display its Page Headers.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current PageGroup can display its Page Headers; otherwise, false. |
Remarks
Use the IPageGroupDefaultProperties.ShowPageHeaders property to specify whether individual PageGroups can display their Page Headers. The IPageGroupProperties.ShowPageHeaders property specifies this for all PageGroups within the View, but has a lower priority.
See Also