그리드 » Api

getcheckrowwithselect

Description

그리드 속성중 checkrowwithselect속성 값을 반환하는 API이다.

Return Value

Type Description
BOOL

Example

function btn_on_mouseup(objInst) { if(grid.getcheckrowwithselect() == false) { grid.setcheckrowwithselect(true); } }

See Also

setcheckrowwithselect

Viewer Ver.

9.1.1.1

Update Date

20120727