Back to Devexpress

TcxDBComboBox.ActiveProperties Property

vcl-cxdbedit-dot-tcxdbcombobox-29e7c6ea.md

latest1.2 KB
Original Source

TcxDBComboBox.ActiveProperties Property

Provides access to active combo box settings.

Declaration

delphi
property ActiveProperties: TcxComboBoxProperties read;

Property Value

TypeDescription
TcxComboBoxProperties

Stores combo box settings.

|

Remarks

Use the ActiveProperties property to identify settings that currently affect the data-aware combo box editor.

You cannot use the ActiveProperties property to change editor settings. To accomplish this goal, you can do the following:

See Also

TcxDBComboBox Class

TcxDBComboBox Members

cxDBEdit Unit