Wimark.Controls Class Library  

DataGridViewModel.Sort Property

Gets or sets a string containing the column names used for sorting, and the sort order for viewing the rows in the data model.

[Visual Basic]
Overridable Public Property Sort As String 
[C#]
public virtual string Sort {get; set;}
[C++]
public: __property virtual String* get_Sort();
public: __property virtual void set_Sort(String*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewModel Class | DataGridViewModel Members | Wimark.Controls Namespace