SortColumnDescription

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:INotifyBindablePropertyChanged

Description

This represents a description on what column to sort and in which order.

Properties

Property Description
column The sorted column.
columnIndex The index of the column to be used to find the column only if the columnName isn't set.
columnName The name of the column.
direction The sort direction.

Constructors

Constructor Description
SortColumnDescription Default constructor.

Events

Event Description
propertyChanged Called when a property has changed.

Did you find this page useful? Please give it a rating: