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

TcxCustomInplaceEditContainer.Options Property

Contains a set of options managing the behavior of an editing control’s item.

#Declaration

Delphi
property Options: TcxCustomEditContainerItemOptions read; write;

#Property Value

Type
TcxCustomEditContainerItemOptions

#Remarks

The Options object contains a number of attributes which enable/disable operations performed on items by end-users at runtime. These operations include:

  • Editing item data;

  • Focusing items;

  • Moving items;

  • Filtering items;

  • Sorting data by an item.

The TcxCustomInplaceEditContainer class descendants publish the necessary options and declare other attributes specific to them.

You can also set options common to all items within your editing control via the OptionsCustomizing, OptionsSelection and OptionsView properties.

See Also