TcxCustomDropDownEdit.ActiveProperties Property
Provides access to active drop-down editor settings.
#Declaration
property ActiveProperties: TcxCustomDropDownEditProperties read;
#Property Value
Type | Description |
---|---|
Tcx |
Stores drop-down editor settings. If you access a drop-down editor as a Tcx Refer to the Tcx 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.