Back to Devexpress

WinExplorerViewColumns.LargeImageIndexColumn Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewcolumns-8a5becce.md

latest2.3 KB
Original Source

WinExplorerViewColumns.LargeImageIndexColumn Property

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

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
public GridColumn LargeImageIndexColumn { get; set; }
vb
<DefaultValue(Nothing)>
Public Property LargeImageIndexColumn As GridColumn

Property Value

TypeDefaultDescription
GridColumnnull

A GridColumn that picks large images from the WinExplorerView.LargeImages collection.

|

Remarks

See the WinExplorerViewColumns.LargeImageColumn property to learn more.

See Also

ColumnSet

LargeImageColumn

WinExplorer View

WinExplorerViewColumns Class

WinExplorerViewColumns Members

DevExpress.XtraGrid.Views.WinExplorer Namespace