Back to Devexpress

TileNavElement.TileNavPane Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement-ff490352.md

latest1.6 KB
Original Source

TileNavElement.TileNavPane Property

Gets the TileNavPane that owns the current TileNavElement.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TileNavPane TileNavPane { get; }
vb
<Browsable(False)>
Public ReadOnly Property TileNavPane As TileNavPane

Property Value

TypeDescription
TileNavPane

The TileNavPane that owns the current TileNavElement.

|

Remarks

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

See Also

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace