Search code examples
multiple-columnsgridex

get ItemsCount in GridEx MultiColumnCombo


I just want to get Total Items in GridEx MultiColumnCombo, just like combobox1.Items.Count in Windows Forms ComboBox component...

Thanks...


Solution

  • Probably no longer needed but I'll post this for anyone else that may need it...

    To get the amount of items in a MultiColumnCombo you can use the following:

    myMultiComboList.DropDownList.RowCount