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.2
Syntax
public virtual bool IsSlow { get; }

Property Value

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