Back to Devexpress

WinExplorerViewStyleOptions.ImageSize Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions.md

latest4.1 KB
Original Source

WinExplorerViewStyleOptions.ImageSize Property

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

Declaration

csharp
[XtraSerializableProperty]
public Size ImageSize { get; set; }
vb
<XtraSerializableProperty>
Public Property ImageSize As Size

Property Value

TypeDescription
Size

A Size structure that is the item image size.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

WinExplorer View

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace