Skip to main content

PageGroup.Info Property

Gets the object providing information about the current PageGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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