[]
Represents the event data for the Sorting event for the Spread component, which occurs when Spread is being sorted.
public class SortArgs
Public Class SortArgs
Name | Description |
---|---|
SortArgs(int, SortBy, bool, ConditionalFormattingIcon, Color) | Creates a new object with the SortArgs. |
Name | Description |
---|---|
Ascending | Gets whether the sort order is ascending. |
Color | Gets the base color. |
Icon | Gets the base icon. |
Index | Gets the index of the column or row on which to sort. |
SortBy | Gets the type that is sorted. |