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.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class TileViewItemOptions :
    ViewBaseOptions,
    ITileControlProperties

The following members accept/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