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