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

TileNavElement.TileNavPane Property

Gets the TileNavPane that owns the current TileNavElement.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public TileNavPane TileNavPane { get; }

Property Value

Type Description
TileNavPane

The TileNavPane that owns the current TileNavElement.

Remarks

Use the TileNavPane property to obtain the TileNavPane that contains the current TileNavElement.

See Also