SortColumnDescription
This represents a description on what column to sort and in which order.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: INotifyBindablePropertyChanged
[UxmlObject]public class SortColumnDescription : INotifyBindablePropertyChanged
Constructors
Constructor | Description |
|---|---|
| SortColumnDescription() | Default constructor. |
| SortColumnDescription(System.Int32,UnityEngine.UIElements.SortDirection) | Constructor. |
| SortColumnDescription(System.String,UnityEngine.UIElements.SortDirection) | Constructor. |
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. |
Events
Member | Description |
|---|---|
| propertyChanged | Called when a property has changed. |