0

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

Thanks...

Hossain Alhaidari
  • 767
  • 3
  • 11
  • 24

1 Answers1

2

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
Florent
  • 12,310
  • 10
  • 49
  • 58