getRowBackGroundColorFilter

public string getRowBackGroundColorFilter();

Row의 백그라운드 처리를 할 JavaScript function명을 설정/리턴한다.

  • 파라미터
  • 리턴값

function명

  • 상세설명
  • 예제
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint;
var strJSName = mObjDataGrid.getRowBackGroundColorFilter();