Back to Devexpress

OverviewContainerProperties.ItemSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-overviewcontainerproperties-7136c5d9.md

latest2.2 KB
Original Source

OverviewContainerProperties.ItemSize Property

Gets or sets the tile size for all WindowsUI View Overview screens.

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 tile size for all WindowsUI View Overview screens.

|

Remarks

Use the OverviewContainerDefaultProperties.ItemSize property to override the global ItemSize setting.

See Also

Content Containers

WindowsUI View

OverviewContainerProperties Class

OverviewContainerProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace