Skip to main content

ITileContainerDefaultProperties.ActualLargeItemWidth Property

Gets the current large Tiles size within the TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int ActualLargeItemWidth { get; }

Property Value

Type Description
Int32

An Int32 value that is the current large Tiles size within the TileContainer.

Remarks

See the ITileContainerDefaultProperties.LargeItemWidth property to learn more.

See Also