Back to Devexpress

ITileContainerDefaultProperties.LargeItemWidth Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-7e929f05.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int? LargeItemWidth { get; set; }
vb
Property LargeItemWidth As Integer?

Property Value

TypeDescription
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

ItemSize

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace