Back to Devexpress

TcxCustomInplaceEditContainer.PropertiesValue Property

vcl-cxinplacecontainer-dot-tcxcustominplaceeditcontainer-7c81e5f1.md

latest1.9 KB
Original Source

TcxCustomInplaceEditContainer.PropertiesValue Property

Provides access to active in-place editor settings.

Declaration

delphi
property PropertiesValue: TcxCustomEditProperties read;

Property Value

TypeDescription
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

TcxCustomEdit.ActiveProperties Property

TcxCustomInplaceEditContainer Class

TcxCustomInplaceEditContainer Members

cxInplaceContainer Unit