Back to Devexpress

WinExplorerViewOptionsImageLoad.ClearCacheOnDataSourceUpdate Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsimageload-5989255c.md

latest2.2 KB
Original Source

WinExplorerViewOptionsImageLoad.ClearCacheOnDataSourceUpdate Property

Gets or sets whether to clear image cache when the data source is updated.

Namespace : DevExpress.XtraGrid.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ClearCacheOnDataSourceUpdate { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ClearCacheOnDataSourceUpdate As Boolean

Property Value

TypeDescription
Boolean

true to clear image cache when the data source is updated; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ClearCacheOnDataSourceUpdate
WinExplorerView

.OptionsImageLoad .ClearCacheOnDataSourceUpdate

|

Remarks

Refer to the following help topic for more information: Asynchronous Image Load in Data Grid.

See Also

WinExplorerViewOptionsImageLoad Class

WinExplorerViewOptionsImageLoad Members

DevExpress.XtraGrid.WinExplorer Namespace