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

TcxEditorRow.Properties Property

Provides access to editor and data binding settings of the unbound vertical grid row.

#Declaration

Delphi
property Properties: TcxEditorRowProperties read; write;

#Property Value

Type Description
TcxEditorRowProperties

Stores vertical grid row settings in unbound mode.

#Remarks

Use the Properties.EditPropertiesClass or Properties.RepositoryItem property to change the in-place editor type for the vertical grid row. The Properties.DataBinding property provides access to data binding settings.

Refer to the TcxEditorRowProperties class description for detailed information on all available options.

See Also