enum RtRowIndent
데이터행 경계선이나 focus 마스크 들여쓰기 방식.
RtRowBorderLine.nearIndent나 RtRowBorderLine.farIndent 속성으로 사용된다. RtRowBorderLine은 RtListRow.borderLine 속성으로 사용되는 객체이다.
RtRowBorderLine.nearIndent나 RtRowBorderLine.farIndent 속성으로 사용된다. RtRowBorderLine은 RtListRow.borderLine 속성으로 사용되는 객체이다.
list.setOptions({
row: {
border: {
nearIndent: 'none'
}
}
});