WinExplorerViewStyleOptions.ImageSize Property
Gets or sets the size of item images within this View Style.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
Use the ImageSize property to specify custom image sizes for desired WinExplorerView Styles. The default image sizes are:
- Extra Large images - 256x256 pixels (WinExplorerViewStyle.ExtraLarge Style)
- Large images - 96x96 pixels (WinExplorerViewStyle.Large Style)
- Medium images - 48x48 pixels (WinExplorerViewStyle.Medium, WinExplorerViewStyle.Content and WinExplorerViewStyle.Tiles Styles)
- Small images - 16x16 pixels (WinExplorerViewStyle.Small and WinExplorerViewStyle.List Styles)
See the WinExplorer View topic for the details.
See Also