Class SortDescriptorProxy
Contains column information for serialization
Inheritance
System.Object
SortDescriptorProxy
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.GridView.PersistantProvider
Assembly: Simplic.UI.dll
Syntax
public class SortDescriptorProxy
Properties
| Improve this Doc View SourceColumnUniqueName
Column name
Declaration
public string ColumnUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortDirection
Sorting direction
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
System.ComponentModel.ListSortDirection |