Skip to main content

TcxListBox.SelectAll Method

Selects all items within the list box control.

Declaration

procedure SelectAll;

Remarks

Use the SelectAll method to select all items within the list box control. Calling this method is only in effect when the multiple selections are allowed. Thus, the MultiSelect property must be set to True.

See Also