Skip to main content

TcxEditorRow.Properties Property

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

Declaration

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