Skip to main content
A newer version of this page is available. .

WindowsUIView.PageProperties Property

Provides access to properties common to all Pages within the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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