Skip to main content

NavigationPage.Properties Property

Provides access to this NavigationPage‘s advanced settings.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[SmartTagSearchNestedProperties]
public INavigationPageDefaultProperties Properties { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.INavigationPageDefaultProperties

A NavigationPageDefaultProperties object that stores advanced page settings.

Remarks

Properties accessed through the Properties property override corresponding global properties, stored within the NavigationPane.PageProperties section.

See Also