Gets a value indicating whether this RasterImageList is currently sorting.
protected bool IsSorting {get;}
Protected ReadOnly Property IsSorting As Boolean
protected:
property bool IsSorting {
bool get();
}
true if this RasterImageList is currently sorting; otherwise false
This RasterImageList will set the value of this property to true internally when the Sort method begins. When the Sort is completed, IsSorting is set back to false.
The Sort method involves removing and then re-adding items from the Items collection. Upon removal, the RasterImageList control usually disposes the image associated with the item. By using the IsSorting property, the control knows not to dispose of the image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET