Class UserSort
Represents a sort control for the end-user.
Inheritance
System.Object
UserSort
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: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public class UserSort
Constructors
UserSort()
Declaration
public UserSort()
UserSort(ReportSerializer)
Declaration
public UserSort(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
SortDirection
Declaration
public SortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
SortDirection |
SortExpression
Declaration
public string SortExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortExpressionScope
Declaration
public string SortExpressionScope { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortTarget
Declaration
public string SortTarget { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ResetSortDirection()
Declaration
public void ResetSortDirection()
ShouldSerializeSortDirection()
Declaration
public bool ShouldSerializeSortDirection()
Returns
Type | Description |
---|---|
System.Boolean |