[]
        
(Showing Draft Content)

C1.WPF.Pivot.FlexPivotGrid.SortRows

SortRows Method

SortRows(IComparer<GridRow>)

Sort all the rows by custom order.

Declaration
public void SortRows(IComparer<GridRow> compare)
Parameters
Type Name Description
IComparer<GridRow> compare

an interface for custom order.