Skip to main content

TileNavElement.TileNavPane Property

Gets the TileNavPane that owns the current TileNavElement.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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