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 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:
- Use the Properties property if the RepositoryItem property is unspecified.
- Modify settings accessible through the Properties property of the edit repository item assigned to the RepositoryItem property.
See Also