windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-8a0a3cf1.md
Provides access to global settings that affect every NavigationPage hosted within this NavigationPane.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Layout")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[SmartTagSearchNestedProperties]
public INavigationPageProperties PageProperties { get; }
<DXCategory("Layout")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<SmartTagSearchNestedProperties>
Public ReadOnly Property PageProperties As INavigationPageProperties
| Type | Description |
|---|---|
| DevExpress.XtraBars.Navigation.INavigationPageProperties |
A NavigationPageProperties object that stores global settings that affect every NavigationPage hosted within this NavigationPane.
|
Properties, stored within the NavigationPane section, can be overridden for individual pages by setting the corresponding properties in the NavigationPage.Properties section.
See Also