ControlSortConfiguration
class ControlSortConfiguration
The sort configuration for control values. This is a tagged union type. Specify either SelectableValuesSort or ControlColumnSort, but not both.
Types
Properties
Link copied to clipboard
The sort configuration for controls that are tied to a dataset column. Use this option to sort control values by an aggregate of a column.
Link copied to clipboard
The sort configuration for user-specified values in the control. Use this option to sort values that are manually entered by users in a dropdown or list control.