Skip to main content

IPageGroupDefaultProperties.CanShowPageHeaders Property

Gets whether the current PageGroup can display its Page Headers.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CanShowPageHeaders { get; }

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