Back to Devexpress

GridView.OptionsImageLoad Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-4004a028.md

latest2.0 KB
Original Source

GridView.OptionsImageLoad Property

Contains properties that manage image loading in the current View.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
public GridViewOptionsImageLoad OptionsImageLoad { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsImageLoad As GridViewOptionsImageLoad

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Grid.GridViewOptionsImageLoad

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

|

Remarks

The Grid View can asynchronously load images. Set the OptionsImageLoad.AsyncLoad property to true to enable this feature.

Read the following topic for details: Asynchronous Image Load.

Important

In Grid Views, the Auto Filter Row does not work if the Asynchronous Image Load and Auto Row Height options are enabled. Disable the Auto Row Height option.

See Also

Asynchronous Image Load in Data Grid

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace