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

TcxCustomEditContainerItemOptions Class

Contains a set of options common to editing control items.

#Declaration

Delphi

#Remarks

This class provides settings controlling the user’s capability to manipulate editing control items and specify their appearance. To customize settings for an item, use the Options property of this item. The ‘item’ term meaning can be different for various DevExpress controls. In TreeList controls (TcxTreeList, TcxDBTreeList, and TcxVirtualTreeList), ‘item’ refers to a column.

You can also set options common to all editing control items via its OptionsCustomizing, OptionsSelection, OptionsData, and OptionsView properties.

#Inheritance

See Also