BCGControlBar Library for .NET
EnableCustomSort Property




Gets or sets a value that enables or disables custom sort.
Syntax
'Declaration
 
Public Property EnableCustomSort As Boolean
'Usage
 
Dim instance As GridData
Dim value As Boolean
 
instance.EnableCustomSort = value
 
value = instance.EnableCustomSort
public bool EnableCustomSort {get; set;}
public: __property bool get_EnableCustomSort();
public: __property void set_EnableCustomSort( 
   bool value
);
public:
property bool EnableCustomSort {
   bool get();
   void set (    bool value);
}
Remarks
When custom sort is enabled, every time two items are compared GridData raises the GridCompareElements event.

Turn this option off if you don't need custom sort.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridData Class
GridData Members

Send Feedback