getRowBackgroundColor

public string getRowBackgroundColor();

Row의 백그라운드 색상을 리턴한다.

  • 파라미터
  • 리턴값

백그라운드 색상

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