DataLudi Grid v.1 >  Classes >  DropDownCellEditor
DropDownCellEditor.caseSensitive  property
true면 텍스트 입력 값으로 리스트 항목을 검색할 때 대소문자를 구분한다. 
기본값은 false.
- Getter
 - function caseSensitive(): Boolean
 - Setter
 - function setCaseSensitive(value: Boolean)
 
- See Also
 - domainOnly
 - itemSortStyle
 
- Examples
 - DropDown Cell Editor