IsEditable Property (C1MultiSelect)
In This Topic
Gets or sets a value that determines whether the content of the input element should be editable or not.
Syntax
'Declaration
Public Property IsEditable As Boolean
public bool IsEditable {get; set;}
See Also