Back to Devexpress

TcxCollectionItemEditorRowProperties Class

vcl-cxvgrid-4ce8f97d.md

latest2.1 KB
Original Source

TcxCollectionItemEditorRowProperties Class

Represents a base class for the multi editor row items.

Declaration

delphi
TcxCollectionItemEditorRowProperties = class(
    TcxCustomEditorRowProperties
)

Remarks

The TcxCollectionItemEditorRowProperties class is the ancestor for the TcxDBEditorRowItemProperties and TcxEditorRowItemProperties classes. These classes represent individual items within the data-aware and simple multi editor rows respectively. A multi editor row item represents an individual data cell.

The TcxCollectionItemEditorRowProperties class inherits the following functionality from its ancestor:

Thus, each multi editor row item functions as a single editor row.

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxCustomRowProperties TcxCaptionRowProperties TcxCustomEditorRowProperties TcxCollectionItemEditorRowProperties

See Also

TcxCollectionItemEditorRowProperties Members

cxVGrid Unit