Skip to main content

NavigationPane.PageProperties Property

Provides access to global settings that affect every NavigationPage hosted within this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[SmartTagSearchNestedProperties]
public INavigationPageProperties PageProperties { get; }

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