windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-c252bac2.md
Gets or sets a medium Tile‘s side dimension for all Tiles within the current TileContainer.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
int? ItemSize { get; set; }
Property ItemSize As Integer?
| Type | Description |
|---|---|
| Nullable<Int32> |
An Int32 value that specifies a medium Tile‘s side dimension for all Tiles within the current TileContainer.
|
A TileContainer can contain Tiles of 4 sizes - TileItemSize.Small, TileItemSize.Medium, TileItemSize.Wide and TileItemSize.Large. All sizes are calculated based on the medium Tile‘s side dimension.
The figure below visually illustrates the difference between various Tile sizes.
To specify the size for an individual Tile, use this Tile’s ItemSize property.
See Also
ITileContainerDefaultProperties Interface