Back to Devexpress

TileNavPane.ViewInfo Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-a39d7a76.md

latest1.5 KB
Original Source

TileNavPane.ViewInfo Property

Returns the object which contains internal information used to render the control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TileNavPaneViewInfo ViewInfo { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ViewInfo As TileNavPaneViewInfo

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.TileNavPaneViewInfo

A DevExpress.XtraBars.Navigation.TileNavPaneViewInfo object which contains internal information used to render the control.

|

Remarks

This property supports the control’s internal infrastructure, and typically there is no need to use it directly in your code.

See Also

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace