OverviewContainerDefaultProperties.ItemSize Property
Gets or sets the size of tiles that an Overview screen displays.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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.
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