TcxCustomDropDownEdit.ActiveProperties Property
Provides access to active drop-down editor settings.
Declaration
property ActiveProperties: TcxCustomDropDownEditProperties read;
Property Value
Type | Description |
---|---|
TcxCustomDropDownEditProperties | Stores drop-down editor settings. If you access a drop-down editor as a TcxCustomDropDownEdit object, you need to cast the Refer to the TcxCustomDropDownEditProperties class description for the full list of drop-down editor setting classes. Tip You can call the |
Remarks
Use the ActiveProperties
property to identify settings that currently affect the drop-down 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.