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

DocumentGroup.Info Property

Gets the object providing general information about the current DocumentGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

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

An IDocumentGroupInfo object that contains general information about the current DocumentGroup.

Remarks

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

See Also