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.PropertiesValue Property

Provides access to active in-place editor settings.

#Declaration

Delphi
property PropertiesValue: TcxCustomEditProperties read;

#Property Value

Type Description
TcxCustomEditProperties

Stores in-place editor settings.

Cast the property value to the corresponding class of in-place editor settings to access all public API members. Call the PropertiesValue.ClassType function to identify the actual class of in-place editor settings.

Refer to the TcxCustomEditProperties class description for the full list of classes that store editor settings.

#Remarks

Use the PropertiesValue property to identify settings that affect the active in-place cell editor.

You cannot use the PropertiesValue property to change editor settings. To accomplish this goal, you can do the following:

See Also