Back to Devexpress

NavigationPane.PageProperties Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-8a0a3cf1.md

latest2.2 KB
Original Source

NavigationPane.PageProperties Property

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

Declaration

csharp
[DXCategory("Layout")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[SmartTagSearchNestedProperties]
public INavigationPageProperties PageProperties { get; }
vb
<DXCategory("Layout")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<SmartTagSearchNestedProperties>
Public ReadOnly Property PageProperties As INavigationPageProperties

Property Value

TypeDescription
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

Properties

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace