Skip to main content
A newer version of this page is available. .

WinExplorerViewColumns.MediumImageIndexColumn Property

Gets or sets the index GridColumn that will pick medium images for this WinExplorerViewColumns from the WinExplorerView.MediumImages collection.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

[DefaultValue(null)]
public GridColumn MediumImageIndexColumn { get; set; }

Property Value

Type Default Description
GridColumn null

A GridColumn that picks medium images from the WinExplorerView.MediumImages collection.

Remarks

See the WinExplorerViewColumns.MediumImageColumn property to learn more.

See Also