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

SlideGroup.Info Property

Gets the object providing information about the current SlideGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

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

An ISlideGroupInfo object that contains information about the current SlideGroup.

Remarks

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

See Also