| MasterListToListBinderTModel, TListModelEnableSorting Property | 
            Gets or sets a value indicating that the rows are to be sorted on display. Can only be set before initialisation.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic bool EnableSorting { get; set; }Public Property EnableSorting As Boolean
	Get
	Set
public:
property bool EnableSorting {
	bool get ();
	void set (bool value);
}member EnableSorting : bool with get, set
Property Value
Type: 
Boolean See Also
See Also