Back to Devexpress

TileViewItemOptions.DefaultItemSize Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-9a7286e7.md

latest1.8 KB
Original Source

TileViewItemOptions.DefaultItemSize Property

Gets the default size of tiles within this TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public static Size DefaultItemSize { get; }
vb
Public Shared ReadOnly Property DefaultItemSize As Size

Property Value

TypeDescription
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 TypePath to DefaultItemSize
TileView

.OptionsTiles .DefaultItemSize

|

See Also

ItemSize

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace