Back to Devexpress

OverviewContainerDefaultProperties.ItemSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-overviewcontainerdefaultproperties-a512ac13.md

latest2.4 KB
Original Source

OverviewContainerDefaultProperties.ItemSize Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public Size? ItemSize { get; set; }
vb
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property ItemSize As Size?

Property Value

TypeDefaultDescription
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.

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

OverviewContainerDefaultProperties Class

OverviewContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace