Skip to main content
A newer version of this page is available. .

TileViewOptionsSelection Class

Contains selection options for the TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class TileViewOptionsSelection :
    ColumnViewOptionsSelection

The following members return TileViewOptionsSelection objects:

Remarks

Use the TileView.OptionsSelection property to access the View’s selection settings.

See Also