Back to Devexpress

TileViewColumns.View Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-tileviewcolumns-0874567b.md

latest1.3 KB
Original Source

TileViewColumns.View Property

Gets the View that owns the current TileViewColumns object.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
TileView

The View that owns the current TileViewColumns object.

|

See Also

TileViewColumns Class

TileViewColumns Members

DevExpress.XtraGrid.Columns Namespace