TileViewItemOptions Class
Stores advanced tile settings for the TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return TileViewItemOptions objects:
Remarks
The TileViewItemOptions class properties can be accessed via the TileView.OptionsTiles properties. These properties allow you to customize your TileViewItem settings, such as paddings or size.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
ViewBaseOptions
TileViewItemOptions
See Also