Wimark.Controls Class Library  

DataGridViewColumn.AutoSort Property

Gets or sets a value indicating whether the column is sorted when the user clicks on the column header.

[Visual Basic]
Overridable Public Property AutoSort As Boolean 
[C#]
public virtual bool AutoSort {get; set;}
[C++]
public: __property virtual bool get_AutoSort();
public: __property virtual void set_AutoSort(bool);

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

DataGridViewColumn Class | DataGridViewColumn Members | Wimark.Controls Namespace