TcxListBox.SelCount Property
Gets the number of selected items when multiple selection is allowed.
Declaration
property SelCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
When the MultiSelect property is set to True, end-users can select multiple items within the list box. In this case, you can use the SelCount property to determine the number of currently selected items. When multiple selection is prohibited, this property always returns -1.
Note
You can determine whether a specific item is selected using the Selected property.
See Also