TcxEditorRowItemProperties Class
Contains settings that define the appearance and behavior of an item in a multi editor row.
Declaration
TcxEditorRowItemProperties = class(
TcxCollectionItemEditorRowProperties
)
Remarks
The item is a data entity. When formatted one item occupies one cell per column in a row (one cell for the item name in a header column and one cell for the item value in a data column).
The editor row (see TcxCustomEditorRow) holds only one item. So the editor row has one cell in a column.
The multi editor row (see TcxCustomMultiEditorRow) can hold any number of items. Respectively the number of cells in a column in the multi editor row depends on the number of items it holds.
The TcxEditorRowItemProperties
class is used to work with items in the multi editor row. The TcxEditorRowItemProperties
class defines settings for these items.
Inheritance
See Also