그리드 » Api

setcheckrowwithselect

Description

그리드 checkrowwithselect속성 값을 동적으로 변경하는 API이다.

Parameters

Parameters Type Description
bCheckRowWithSelect BOOL

Return Value

Type Description
void

Example

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

See Also

getcheckrowwithselect

Viewer Ver.

9.1.1.1

Update Date

20120727