ColumnProvider::IsSortable Property
.NET Framework (current version)
When overridden in a derived class, gets or sets a value that indicates whether the data model supports sorting the table by this column.
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::Booleantrue if the data model supports sorting the table by this column; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: