Skip to main content

OverviewContainerDefaultProperties.ActualItemSize Property

Returns the current size of Overview container tiles.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Size? ActualItemSize { get; }

Property Value

Type Description
Nullable<Size>

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

Remarks

See OverviewContainerDefaultProperties.ItemSize to learn more.

See Also