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

PageGroup.Info Property

Gets the object providing information about the current PageGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public IPageGroupInfo Info { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IPageGroupInfo

An IPageGroupInfo object that contains information about the current PageGroup.

Remarks

The Info can be used to obtain information about a PageGroup, if this PageGroup is currently active (selected). Otherwise, the Info property returns null.

See Also