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