DocumentGroup.Info Property
Gets the object providing general information about the current DocumentGroup.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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