interface IRtSearchOptions

${implements}
데이터행 검색 옵션.
RtListControl.search의 매개변수로 사용된다.
list.search('key', {
    matchCase: true
    matchWholeWord: true
});

See Also

Properties