ListView::SortExpression Property
.NET Framework (current version)
Gets the sort expression that is associated with the field or fields that are being sorted.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [BrowsableAttribute(false)] property String^ SortExpression { virtual String^ get(); }
Property Value
Type: System::String^The sort expression that is associated with the field or fields that are being sorted.
When multiple columns are sorted, this property contains a comma-separated list of the fields to sort by.
.NET Framework
Available since 3.5
Available since 3.5
Show: