Base Combo Box CellObject CollectionIs Read Only Property
This is used to get whether or not the collection is read-only
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Always returns false as the collection is always editable
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsReadOnly { get; }VB
Public ReadOnly Property IsReadOnly As Boolean
GetC++
public:
virtual property bool IsReadOnly {
bool get () sealed;
}F#
abstract IsReadOnly : bool with get
override IsReadOnly : bool with getProperty Value
BooleanAlways returns false as the collection is always editable