Skip to main content
A newer version of this page is available. .

TcxEditorRow Class

Represents an editor row in the grid control.

Declaration

TcxEditorRow = class(
    TcxCustomEditorRow
)

Remarks

The TcxEditorRow is used to represent a row with one header or data cell per column. This type of row supports editing capabilities. The type of editor bound to the row specifies the kind of editing. To bind an editor to the row use either TcxCustomEditorRowProperties.EditProperties or TcxCustomEditorRowProperties.RepositoryItem objects.

Properties, TcxCustomRow.Options and TcxCustomEditorRow.Styles properties are used to customize behavior and appearance of the row.

The following image demonstrates the editor row:

See Also