TcxDBCheckComboBox.ActiveProperties Property
Provides access to active check combo box settings.
Declaration
property ActiveProperties: TcxCheckComboBoxProperties read;
Property Value
Type | Description |
---|---|
TcxCheckComboBoxProperties | Stores check combo box settings. |
Remarks
Use the ActiveProperties
property set to identify settings that currently affect the check combo box.
You cannot use the ActiveProperties
property set to change editor settings. To accomplish this goal, you can do either of the following:
- Use the Properties property if the RepositoryItem property is unspecified.
- Modify settings accessible through the Properties property of the check combo box repository item assigned to the RepositoryItem property.
See Also