[]
Gets or sets a value that indicates whether the drop-down editor is read-only.
public bool ReadOnly { get; set; }
Public Property [ReadOnly] As Boolean
Type | Description |
---|---|
bool | A bool value, true if the drop-down editor is read-only; otherwise, false.
|