Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MultiColumnHeaderState

State used by the MultiColumnHeader.
Read time 1 minuteLast updated 11 days ago

Definition

public class MultiColumnHeaderState

Remarks

This state object.

Constructors

Properties

Property

Description

columnsThe array of column states used by the MultiColumnHeader class.
maximumNumberOfSortedColumnsThis property controls the maximum number of columns returned by the sortedColumns property.
sortedColumnIndexThis property holds the index to the primary sorted column.
sortedColumnsThe array of column indices for multiple column sorting.
visibleColumnsThis is the array of currently visible column indices.
widthOfAllVisibleColumnsReturns the sum of all the widths of the visible columns in the MultiColumnHeaderState.visibleColumns array.

Static Methods

Method

Description

CanOverwriteSerializedFieldsChecks if the source state can transfer its serialized data to the destination state.
OverwriteSerializedFieldsOverwrites the seralized fields from the source state to the destination state.

Classes

Class

Description

MultiColumnHeaderState.ColumnColumn state.