NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.AllowSorting

[To be supplied.]

[Visual Basic]
Overridable Public Property AllowSorting As Boolean
[C#]
public bool AllowSorting {virtual get; virtual set;}
[C++]
public: __property virtual bool get_AllowSorting();
public: __property virtual void set_AllowSorting(bool);
[JScript]
public function get AllowSorting() : Boolean;
public function set AllowSorting(Boolean);

See Also

DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace