MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / SortState Enumeration

SortState Enumeration
Represents state of interactive sorting.
Syntax
'Declaration
 
Public Enum SortState 
   Inherits System.Enum
 
Members
MemberDescription
AscendingSorted by ascending.
DescendingSorted by descending.
NoneNot sorted.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.SortState

See Also