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

GridView.OptionsImageLoad Property

Provides access to the set of properties that manage the image loading process for this GridView.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("Options")]
public GridViewOptionsImageLoad OptionsImageLoad { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Grid.GridViewOptionsImageLoad

A DevExpress.XtraGrid.Views.Grid.GridViewOptionsImageLoad object that stores properties that manage the image loading process for this GridView.

Remarks

GridView and WinExplorerView support the asynchronous image load feature, which minimizes performance issues caused by loading large images. To turn this feature on, access the view’s OptionsImageLoad properties section and set the AsyncLoad property to true. See the Asynchronous Image Load in WinExplorer and Tile Views topic to learn more.

See Also