Back to Devexpress

ITileContainerDefaultProperties.ActualItemSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-56a7e01f.md

latest2.1 KB
Original Source

ITileContainerDefaultProperties.ActualItemSize Property

Gets the actual rectangular Tile side dimension common to all 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 ActualItemSize { get; }
vb
ReadOnly Property ActualItemSize As Integer

Property Value

TypeDescription
Int32

An Int32 value that is the actual rectangular Tile side dimension common to all Tiles within the current TileContainer.

|

Remarks

See the ITileContainerDefaultProperties.ItemSize property to learn more.

See Also

ItemSize

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace