Back to Devexpress

NavigationPage.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpage-2ba5daf0.md

latest1.7 KB
Original Source

NavigationPage.Properties Property

Provides access to this NavigationPage‘s advanced settings.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[SmartTagSearchNestedProperties]
public INavigationPageDefaultProperties Properties { get; }
vb
<SmartTagSearchNestedProperties>
Public ReadOnly Property Properties As INavigationPageDefaultProperties

Property Value

TypeDescription
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

PageProperties

NavigationPage Class

NavigationPage Members

DevExpress.XtraBars.Navigation Namespace