Skip to main content

TileNavElement.TileNavPane Property

Gets the TileNavPane that owns the current TileNavElement.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.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