PageGroup.Properties Property
Provides access to the current PageGroup‘s settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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