DataSourceSelectResultProcessingOptions::ModelType Property

.NET Framework (current version)
 

The Type which is used for auto paging and auto sorting.

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

public:
property Type^ ModelType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

A Type object.

.NET Framework
Available since 4.5
Return to top
Show: