Skip to main content
A newer version of this page is available. .

NavigationPane.PageProperties Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

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