Back to Devexpress

TileControl.ViewInfoCore Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-ea9f449d.md

latest1.3 KB
Original Source

TileControl.ViewInfoCore Property

Returns detailed info about this TileControl.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.XtraEditors.TileControlViewInfo

A TileControlViewInfo object that contains detailed info about this TileControl.

|

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace