Skip to main content

Page.Properties Property

Provides access to the current Page‘s settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public IPageDefaultProperties Properties { get; }

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