[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.ReadOnly

ReadOnly Property

ReadOnly

Gets or sets a value that indicates whether the drop-down editor is read-only.

Declaration
[Browsable(true)]
public bool ReadOnly { get; set; }
<Browsable(True)>
Public Property [ReadOnly] As Boolean
Property Value
Type Description
bool

A bool value, true if the drop-down editor is read-only; otherwise, false.
The default is false.