Page.Properties Property
Provides access to the current Page‘s settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IPageDefaultProperties | An IPageDefaultProperties object that stores settings for the current Page. |
Remarks
The Properties property provides access to individual Pages’ settings. If these are not set, a Page gains global settings specified via the WindowsUIView.PageProperties object.
See Also