Skip to main content
A newer version of this page is available. .

OverviewContainerDefaultProperties.ItemSize Property

Gets or sets the size of tiles that an Overview screen displays.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public Size? ItemSize { get; set; }

Property Value

Type Default Description
Nullable<Size> *null*

An Int32 value that is the size of tiles that an Overview screen displays.

Remarks

Overview screens are supported by Slide Group and Split Group content containers.

Document Manager - WinUI - Slide Group Overview

Overview screen tiles are rectangles with one side twice as large as the other. The ItemSize property specifies the size of the lesser side.

If the ItemSize property is not set, Overview tiles are sized according to the global OverviewContainerProperties.ItemSize property.

See Also