Version: 2021.1
言語: 日本語

DataType

enumeration

マニュアルに切り替える

説明

A data type that defines the default behaviors for how to draw and compare items in the columns.

変数

NameDraws a name field, and handles comparison for sorting. Also implements a search field for filtering the rows.
CheckboxDraws a checkbox, and handles comparison for sorting.
EnumDraws an enum field, and handles comparison for sorting.
IntDraws an int field, and handles comparison for sorting.
FloatDraws a float field, and handles comparison for sorting.
ColorDraws a color box, and handles comparison for sorting.
CustomNo drawing or comparison for sorting. Please use the delegates in the constructor to override these.