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

GridView.OptionsImageLoad Property

Contains properties that manage image loading in the current View.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
DevExpress.XtraGrid.Views.Grid.GridViewOptionsImageLoad

An object that stores properties that manage image loading in the View.

Remarks

GridView‘s asynchronous image load feature 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 topic to learn more.

See Also