NavigationPageDefaultProperties(IBaseNavigationPageProperties) Constructor
Initializes a new instance of the NavigationPageDefaultProperties class with the specified settings.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
parentProperties | DevExpress.XtraBars.Navigation.IBaseNavigationPageProperties | An IBaseNavigationPageProperties object whose settings are to be copied to this NavigationPageDefaultProperties. |
See Also