Skip to main content

TcxCustomInplaceEditContainer.PropertiesValue Property

Provides access to active in-place editor settings.

Declaration

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