Back to Devexpress

TileView.TileSpans Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-8fe7f1fc.md

latest1.6 KB
Original Source

TileView.TileSpans Property

Provides access to the collection of cell spans within the table where tile elements are arranged.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Properties")]
public TableSpanCollection TileSpans { get; }
vb
<Browsable(False)>
<DXCategory("Properties")>
Public ReadOnly Property TileSpans As TableSpanCollection

Property Value

TypeDescription
DevExpress.XtraEditors.TableLayout.TableSpanCollection

A DevExpress.XtraEditors.TableLayout.TableSpanCollection object that specifies the collection of cell spans within the table where tile elements are arranged.

|

Remarks

See the Tile View article to learn more about the table layout of tile elements.

See Also

Tile View

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace