Base Combo Box CellObject CollectionCount Property
This is used to get a count of the items in the collection
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int Count { get; }VB
Public ReadOnly Property Count As Integer
GetC++
public:
virtual property int Count {
int get () sealed;
}F#
abstract Count : int with get
override Count : int with get