Skip to main content

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 ActiveProperties property value to the corresponding editor settings class to be able to access all public API members.

Refer to the TcxCustomDropDownEditProperties class description for the full list of drop-down editor setting classes.

Tip

You can call the ActiveProperties.ClassType function to identify the actual drop-down editor settings class. Alternatively, you can call the GetPropertiesClass function.

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:

See Also