Skip to main content

SlideGroup.Info Property

Gets the object providing information about the current SlideGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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