NavigationPane.PageProperties Property
Provides access to global settings that affect every NavigationPage hosted within this NavigationPane.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Navigation.INavigationPageProperties | A NavigationPageProperties object that stores global settings that affect every NavigationPage hosted within this NavigationPane. |
Remarks
Properties, stored within the NavigationPane section, can be overridden for individual pages by setting the corresponding properties in the NavigationPage.Properties section.
See Also