Skip to main content

TileContainer.Info Property

Gets the object providing information about the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ITileContainerInfo Info { get; }

Property Value

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

An ITileContainerInfo object that contains information about the current TileContainer.

Remarks

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

See Also