WindowsUIView.PageProperties Property
Provides access to properties common to all Pages within the current WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IPageProperties PageProperties { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IPageProperties | An IPageProperties object that stores settings common to all Pages within the current WindowsUIView. |
Remarks
Global Page settings, specified via the PageProperties property, can be overridden for individual Pages. Use the Page.Properties object for this purpose.
See Also