ItemIdListIsSlow Property |
Gets a value indicating whether this object is slow.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual bool IsSlow { get; }
Public Overridable ReadOnly Property IsSlow As Boolean
Get
public:
virtual property bool IsSlow {
bool get ();
}
abstract IsSlow : bool with get
override IsSlow : bool with get
Property Value
Type:
BooleanTrue if this object is slow, false if not.
Remarks Slow elements are handled specifically, e.g. list items are loaded asynchronously.
See Also