Skip to main content

ITileContainerDefaultProperties.LargeItemWidth Property

Gets or sets the width of all large and wide Tiles within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int? LargeItemWidth { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the width of all large and wide Tiles within the current TileContainer.

Remarks

Tiles can be small, medium, wide or large size depending on their Properties.ItemSize property value. Tile size is calculated based on the ITileContainerDefaultProperties.ItemSize property value. Wide Tiles are automatically sized twice as wide as medium Tiles, while large Tiles are twice as high as wide Tiles.

We recommend you only modify the medium Tile size to keep the Microsoft Windows 10 guidelines in your applications. However, you can use the LargeItemWidth property to manually set the large and wide Tile sizes as well.

See Also