Base Combo Box CellHas Item Collection Property
This can be used to determine whether or not the cell has an items 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 bool HasItemCollection { get; }VB
Public ReadOnly Property HasItemCollection As Boolean
GetC++
public:
property bool HasItemCollection {
bool get ();
}F#
member HasItemCollection : bool with get