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

TcxCustomEditorRowProperties.Options Property

Provides access to settings that control a user’s capability to manipulate a row.

#Declaration

Delphi
property Options: TcxEditorRowPropertiesOptions read; write;

#Property Value

Type
TcxEditorRowPropertiesOptions

#Remarks

Use this property to access published settings inherited from its ancestor TcxCustomEditContainerItemOptions. These settings include:

  • Editing - specifies whether editing of a row’s data cells is enabled;

  • Filtering - specifies whether the user can create a filter condition for the row;

  • Focusing - specifies whether a row’s data cell can be focused;

  • IncSearch - specifies whether an incremental search can be performed or not;

  • ShowEditButtons - specifies how editors are displayed in a row’s cells;

  • TabStop - specifies whether a user can navigate through rows using the Tab key.

See Also