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