Interface IListSortComparer
Represents a comparer with sort direction
System.Collections.IComparer.Compare(System.Object, System.Object)
Namespace: Sartorius.SAF.Collections
Assembly: Sartorius.SAF.dll
Syntax
public interface IListSortComparer : IComparer
Properties
View SourceSortDirection
Gets or sets the sort direction.
Declaration
ListSortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
System.ComponentModel.ListSortDirection |