TileViewOptionsSelection Class
In This Article
Contains selection options for the TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public class TileViewOptionsSelection :
ColumnViewOptionsSelection
#Related API Members
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