Back to Devexpress

TcxEditorRow.Properties Property

vcl-cxvgrid-dot-tcxeditorrow.md

latest1.2 KB
Original Source

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

TypeDescription
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

TcxCustomRow.Options Property

TcxCustomRow.Styles Property

TcxEditorRow Class

TcxEditorRow Members

cxVGrid Unit