Skip to main content

TcxCustomMultiEditorRow.Properties Property

Represents a set of attributes to control multi editor row behavior.

Declaration

property Properties: TcxMultiEditorRowProperties read; write;

Property Value

Type
TcxMultiEditorRowProperties

Remarks

Used to get access to the TcxMultiEditorRowProperties object. The TcxMultiEditorRowProperties class provides common for its derived classes attributes to control multi editor row behavior.

The Editors property published in the TcxMultiEditorRowProperties and its derived class TcxDBMultiEditorRowProperties is used to add items to the multi editor row.

See Also