Back to Devexpress

WinExplorerViewColumns.ExtraLargeImageIndexColumn Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewcolumns-d27b8213.md

latest2.4 KB
Original Source

WinExplorerViewColumns.ExtraLargeImageIndexColumn Property

Gets or sets the index GridColumn that will pick extra large images for this WinExplorerViewColumns from the WinExplorerView.ExtraLargeImages 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 ExtraLargeImageIndexColumn { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ExtraLargeImageIndexColumn As GridColumn

Property Value

TypeDefaultDescription
GridColumnnull

A GridColumn that picks extra large images from the WinExplorerView.ExtraLargeImages collection.

|

Remarks

See the WinExplorerViewColumns.ExtraLargeImageColumn property to learn more.

See Also

ColumnSet

ExtraLargeImageColumn

WinExplorer View

WinExplorerViewColumns Class

WinExplorerViewColumns Members

DevExpress.XtraGrid.Views.WinExplorer Namespace