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

TileViewItemOptions Class

Stores advanced tile settings for the TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public class TileViewItemOptions :
    ViewBaseOptions,
    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.

See Also