Skip to main content

PageGroup.Properties Property

Provides access to the current PageGroup‘s settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
IPageGroupDefaultProperties

An IPageGroupDefaultProperties that contains settings for the current PageGroup.

Remarks

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

See Also