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

WindowsUIView.PageGroupProperties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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