DataRecordView Class
Describes a database category.
Item Index
Properties
category
String
The backend field name of the category. It should be a unique name in camel-case notation. It is also used access the category by other controls through a DataSource.
descriptor
Object
Contains the details about the view used for each single record of the category.
descriptor.attribute
String
The display name of the category. The backend field name of the category. It should be a unique name in camel-case notation. It is also used access the category by other controls through a DataSource. Should have the same value like category.
descriptor.name
String
The display name of the category.
descriptor.sections
ViewSection
Array of sections for the view.