Back to Devexpress

TileViewOptionsSelection Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-ec8eb36c.md

latest1.8 KB
Original Source

TileViewOptionsSelection Class

Contains selection options for the TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class TileViewOptionsSelection :
    ColumnViewOptionsSelection
vb
Public Class TileViewOptionsSelection
    Inherits ColumnViewOptionsSelection

The following members return TileViewOptionsSelection objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsSelection TileViewOptionsSelection

See Also

TileViewOptionsSelection Members

DevExpress.XtraGrid.Views.Tile Namespace