NavigationPage.Properties Property
Provides access to this NavigationPage‘s advanced settings.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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