windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions.md
Gets or sets the size of item images within this View Style.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[XtraSerializableProperty]
public Size ImageSize { get; set; }
<XtraSerializableProperty>
Public Property ImageSize As Size
| Type | Description |
|---|---|
| Size |
A Size structure that is the item image size.
|
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
|
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
WinExplorerViewStyleOptions Class