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.

Did you find this page useful? Please give it a rating: