Skip to main content

TcxEditRepositoryCheckBoxItem.Properties Property

Provides access to stored check box editor settings.

Declaration

property Properties: TcxCheckBoxProperties read; write;

Property Value

Type Description
TcxCheckBoxProperties

Stores check box settings.

Remarks

Use the Properties.AllowGrayed property to add an “intermediate” grayed check box state. Properties.ValueChecked, Properties.ValueGrayed, and Properties.ValueUnchecked properties allow you to associate specific edit values with check box states.

Refer to the TcxCheckBoxProperties class description for detailed information on all available options.

See Also