Determines whether HostElementsList should be sorted after it is filled.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[CLSCompliantAttribute(false)]
protected bool _needSort
Visual Basic
<CLSCompliantAttribute(False)> _
Protected _needSort As Boolean

Remarks

Set this property to true in the IsPaneElementInternal override if collected host elements should be sorted after collection.

See Also