Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MultiColumnController(Columns, SortColumnDescriptions, List<SortColumnDescription>)

Constructor. It will create the MultiColumnCollectionHeader to use for the view.
Read time 1 minuteLast updated 6 days ago

Definition

public MultiColumnController(Columns columns, SortColumnDescriptions sortDescriptions, List<SortColumnDescription> sortedColumns)

Parameters

columns

The columns data used to initialize the header.

sortDescriptions

The sort data used to initialize the header.

The sorted columns for the view.

Remarks

The header will be added to the view in the MultiColumnController.PrepareView phase.