Implements a simple descriptor class for describing a sortable property and a sort direction.

C# | Visual Basic | Visual C++ |
public class SortBinding
Public Class SortBinding
public ref class SortBinding

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SortBinding()()() |
Initializes an instance of a SortBinding object.
|
![]() | SortBinding(String, SortDirections) |
Initializes an instance of a SortBinding object.
|
![]() | Direction |
Gete/Sets the direction of the sorting
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FieldName |
Gets/Sets the Field or Property name for the sort
|
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | SortBinding |