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

WinExplorerViewStyleOptions.ImageSize Property

Gets or sets the size of item images within this View Style.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[XtraSerializableProperty]
public Size ImageSize { get; set; }

Property Value

Type Description
Size

A Size structure that is the item image size.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageSize
WinExplorerViewStyleOptionsCollection
.ExtraLarge .ImageSize
WinExplorerViewStyleOptionsCollection
.Large .ImageSize
WinExplorerViewStyleOptionsCollection
.Medium .ImageSize
WinExplorerViewStyleOptionsCollection
.Small .ImageSize
WinExplorerViewStyleOptionsCollection
.Tiles .ImageSize

Remarks

Use the ImageSize property to specify custom image sizes for desired WinExplorerView Styles. The default image sizes are:

See the WinExplorer View topic for the details.

See Also