Skip to main content

TileViewItemOptions.DefaultItemSize Property

Gets the default size of tiles within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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