Skip to main content

WindowsUIView.PageGroupProperties Property

Provides access to settings used for all PageGroups within the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IPageGroupProperties PageGroupProperties { get; }

Property Value

Type Description
IPageGroupProperties

An IPageGroupProperties object that contains settings used for all PageGroups within the current WindowsUIView.

Remarks

The PageGroup.Properties property overrides settings specified via the PageGroupProperties property for individual PageGroups.

See Also