Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SortColumnDescription

This represents a description on what column to sort and in which order.
Read time 1 minuteLast updated 10 days ago

Definition

public class SortColumnDescription : INotifyBindablePropertyChanged

Constructors

Properties

Property

Description

columnThe sorted column.
columnIndexThe index of the column to be used to find the column only if the columnName isn't set.
columnNameThe name of the column.
directionThe sort direction.

Events

Member

Description

propertyChangedCalled when a property has changed.