SMART datagrid v1.4 > Classes > ColumnHeader

Back  Forward

DataLudi.ColumnHeader.subTextLocation  property

주 텍스트를 기준으로 한 서브 텍스트의 위치. 

SubTextLocation 상수로 지정한다. 이 값이 undefinedGridHeadersubTextLocation 값을 사용한다. 

Getter
function subTextLocation(): SubTextLocation
Setter
function setSubTextLocation(value: SubTextLocation)
Code -1
    var header = column.header();
    header.setSubTextLocation(DataLudi.SubTextLocation.BOTTOM);
Code -2
    column.setHeader({
        subTextLocation : 'top'
    });
See Also
subText
subTextGap
GridHeader.subTextLocation
Examples
Column Header