IsReadOnly Property (C1CheckListSelectedItemCollection)
In This Topic
Gets a value indicating whether the
C1CheckListSelectedItemCollection instance is read-only.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckListSelectedItemCollection.IsReadOnly", "Gets a value indicating whether the C1CheckListSelectedItemCollection instance is read-only.")>
Public ReadOnly Property IsReadOnly As Boolean
[C1Description("C1CheckListSelectedItemCollection.IsReadOnly", "Gets a value indicating whether the C1CheckListSelectedItemCollection instance is read-only.")]
public bool IsReadOnly {get;}
See Also