Table of Contents

Constructor SortDescription

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SortDescription(string, ListSortDirection)

Create a sort description.

public SortDescription(string propertyName, ListSortDirection direction)

Parameters

propertyName string

Property to sort by

direction ListSortDirection

Specifies the direction of sort operation

Exceptions

InvalidEnumArgumentException

direction is not a valid value for ListSortDirection