TcxCustomEdit.ActiveProperties Property
Provides access to active editor settings.
Declaration
property ActiveProperties: TcxCustomEditProperties read;
Property Value
Type | Description |
---|---|
TcxCustomEditProperties | Stores editor settings. If you access an editor instance as a TcxCustomEdit object, you need to cast the Call the Refer to the TcxCustomEditProperties class description for the full list of editor settings classes. |
Remarks
Use the ActiveProperties
property to identify settings that currently affect the editor.
You cannot use the ActiveProperties
property to change editor settings. To change these settings, 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