Sort Method | FlexPivot for WPF | ComponentOne
ComponentOne WPF Edition
Demos
Docs
Samples
Download
FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly
/
C1.PivotEngine Namespace
/
ValueSet<T> Class
/ Sort Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Syntax
Remarks
See Also
FlexPivot Overview
Key Features
FlexPivot Architecture
Binding FlexPivot
Quick Start
Data Blending
FlexPivot Cube
Views
Data Summarization
Formatting
API Reference
C1.DataEngine Assembly
C1.PivotEngine Assembly
Namespaces
C1.FlexPivot Namespace
Overview
Classes
C1FlexPivotConditionalFieldStyle
C1FlexPivotEngine
C1FlexPivotField
C1FlexPivotFieldList
C1FlexPivotFieldStyle
C1FlexPivotFilter
C1FlexPivotKey
CustomRangeEventArgs
FilterCondition
RangeInfo
Enumerations
ConditionOperator
ConditionType
RangeType
ShowAs
ShowTotals
Subtotal
TopNRule
Interfaces
IRangeInfo
Delegates
CustomRangeEventHandler
WorkspaceEventHandler
C1.FlexPivot.Internal Namespace
Overview
Classes
Types
C1.PivotEngine Namespace
Overview
Classes
C1PivotEngine
CustomRangeEventArgs
FilterCondition
LicenseManager
PivotConditionalFieldStyle
PivotCubeExtensions
PivotField
PivotFieldList
PivotFieldStyle
PivotFilter
PivotKey
RangeInfo
ValueSet<T>
Overview
Members
ValueSet<T> Constructor
ValueSet<T> Constructor()
ValueSet<T> Constructor(IEqualityComparer<T>)
Methods
Add Method
Clear Method
Contains Method
SameValues Method
Sort Method
ToArray Method
ToList Method
Properties
Count Property
Enumerations
ConditionOperator
ConditionType
RangeType
ShowAs
ShowTotals
Subtotal
TopNRule
Interfaces
IRangeInfo
Delegates
CustomRangeEventHandler
ProgressDelegate
C1.PivotEngine.Internal Namespace
Overview
C1.WPF.Pivot Assembly
Sort Method
In This Topic
Syntax
Remarks
See Also
Sorts the elements in the collection.
Syntax
Visual Basic
C#
public void Sort()
'Declaration Public Sub Sort()
Remarks
This method assumes the elements support the
System.IComparable
interface.
See Also
Reference
ValueSet<T> Class
ValueSet<T> Members