ColumnProvider::IsSortable Property

 

When overridden in a derived class, gets or sets a value that indicates whether the data model supports sorting the table by this column.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property bool IsSortable {
	virtual bool get();
	protected: virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the data model supports sorting the table by this column; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: