WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UserSort - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved