A newer version of this page is available.
Switch to the current version.
PageGroup.Properties Property
Provides access to the current PageGroup's settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[DXCategory("Properties")]
public IPageGroupDefaultProperties Properties { get; }
<DXCategory("Properties")>
Public ReadOnly Property Properties As IPageGroupDefaultProperties
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
Feedback