Back to Devexpress

OverviewContainerDefaultProperties.ActualItemSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-overviewcontainerdefaultproperties-1ff4e84e.md

latest1.8 KB
Original Source

OverviewContainerDefaultProperties.ActualItemSize Property

Returns the current size of Overview container tiles.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Size? ActualItemSize { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualItemSize As Size?

Property Value

TypeDescription
Nullable<Size>

A Nullable<T><System.Drawing.Size,> value that is the current size of Overview container tiles.

|

Remarks

See OverviewContainerDefaultProperties.ItemSize to learn more.

See Also

OverviewContainerDefaultProperties Class

OverviewContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace