DataLudi Grid v.1 > Classes > DropDownCellEditor
DropDownCellEditor.textReadOnly property
true면 편집기에서 값을 수정할 수 없고, 리스트 상자 항목 선택을 통해서만 데이터셀 값을 변경할 수 있다.
readOnly가 true면 애초에 리스트 상자를 펼칠 수 없다.
기본값은 false.
- Getter
- function textReadOnly(): Boolean
- Setter
- function setTextReadOnly(value: Boolean)
- See Also
- readOnly
- Examples
- DropDown Cell Editor