Back to Devexpress

TcxCustomCheckComboBox.States Property

vcl-cxcheckcombobox-dot-tcxcustomcheckcombobox.md

latest1.3 KB
Original Source

TcxCustomCheckComboBox.States Property

Provides indexed access to individual check combo box item states.

Declaration

delphi
property States[AIndex: Integer]: TcxCheckBoxState read; write;

Property Value

TypeDescription
TcxCheckBoxState

A check combo box item state.

|

Remarks

Pass an index as the Index parameter to access the corresponding editor’s item state. Use the Properties.Items.Count property to identify the number of states accessible through the States property.

Alternatively, you can call GetItemState and SetItemState methods to read or assign individual editor item states.

See Also

TcxCustomCheckComboBox.Value Property

TcxCustomCheckComboBox Class

TcxCustomCheckComboBox Members

cxCheckComboBox Unit