ValueFromListBinderTModel, TControl, TValue, TListModelSortList Property |
Gets or sets a value indicating that the list should be sorted.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SortList { get; set; }
Public Property SortList As Boolean
Get
Set
public:
property bool SortList {
bool get ();
void set (bool value);
}
member SortList : bool with get, set
Property Value
Type:
BooleanSee Also