Back to Devexpress

TileView.SelectAll() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-b4a8c556.md

latest1.8 KB
Original Source

TileView.SelectAll() Method

Selects all tiles in multi-selection mode (see TileView.OptionsSelection.MultiSelect).

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void SelectAll()
vb
Public Overrides Sub SelectAll

Remarks

If the ColumnViewOptionsSelection.MultiSelect property is set to true , the SelectAll method selects all tiles. Otherwise, the method does nothing.

To select individual tiles, use the TileView.SelectRow method.

See Also

MultiSelect

SelectRow(Int32)

UnselectRow(Int32)

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace