TcxCustomEditorRowProperties.Options Property
In This Article
Provides access to settings that control a user’s capability to manipulate a row.
#Declaration
Delphi
property Options: TcxEditorRowPropertiesOptions read; write;
#Property Value
Type |
---|
Tcx |
#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