Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomMultiEditorRow.Properties Property

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

#Declaration

Delphi
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