TileNavElement.TileNavPane Property
Gets the TileNavPane that owns the current TileNavElement.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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