Click or drag to resize

ItemIdListIsSlow Property

Gets a value indicating whether this object is slow.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public virtual bool IsSlow { get; }

Property Value

Type: Boolean
True if this object is slow, false if not.
Remarks
Slow elements are handled specifically, e.g. list items are loaded asynchronously.
See Also