Back to Devexpress

TileViewItemOptions Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-980b6053.md

latest2.0 KB
Original Source

TileViewItemOptions Class

Stores advanced tile settings 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 TileViewItemOptions :
    ViewBaseOptions,
    ITileControlProperties
vb
Public Class TileViewItemOptions
    Inherits ViewBaseOptions
    Implements ITileControlProperties

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

TileViewItemOptions Members

Tile View

DevExpress.XtraGrid.Views.Tile Namespace