LinqDataSourceDesigner::OrderGroupsBy Property

 

Gets or sets the value that is used when the Order Groups By clause is being created.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
property String^ OrderGroupsBy {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the properties that are used for sorting grouped data.

.NET Framework
Available since 3.5
Return to top
Show: