DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.textReadOnly  property

trueならエディターで値を修正することができず、 リストボックスの項目を選択してデータセルの値をることでデータセルの値を変更することができる。 

readOnlytrueなら最初からリストボックスを広げることができない。 

デフォルト値はfalse.

Getter
function textReadOnly(): Boolean
Setter
function setTextReadOnly(value: Boolean)
See Also
readOnly
Examples
DropDown Cell Editor