ControlSortConfiguration

The sort configuration for control values. This is a tagged union type. Specify either SelectableValuesSort or ControlColumnSort, but not both.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String