BaseListControlObjectCollectionIsReadOnly Property

This is used to get whether or not the collection is read-only

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsReadOnly { get; }

Property Value

Boolean
Always returns false as the collection is always editable

Implements

IListIsReadOnly

See Also