DataItemType
public enum DataItemType : Int, CaseIterable
An enum representing the different item styles that a DataTable can have.
-
Indicating this row item represents a text.
Declaration
Swift
case text -
Indicating this row item represents a image.
Declaration
Swift
case image -
date, the data type is a
Dateand displayed as aStringwith aDateFormatterDeclaration
Swift
case date -
time, the data type is a
Dateand displayed as aStringwith aDateFormatterDeclaration
Swift
case time -
duration, the data type is a
TimeIntervaland displayed as aStringwith a formatterDeclaration
Swift
case duration -
a
Stringtype and the value is one of a set of predefinedStringDeclaration
Swift
case listitem