Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinExplorerViewStyleOptions.ImageSize Property

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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