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

TileViewItemOptions.DefaultItemSize Property

Gets the default size of tiles within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public static Size DefaultItemSize { get; }

Property Value

Type Description
Size

A Size structure that is the default size of tiles within this TileView.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultItemSize
TileView
.OptionsTiles.DefaultItemSize
See Also