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.v19.1.dll

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