SMART datagrid v.1 > Classes > ColumnHeader

Back  Forward

DataLudi.ColumnHeader.subTextLocation  property

The location of sub text which is based on Main Text

It is specified by SubTextLocation constant. If this value is undefined, it will use subTextLocation value of GridHeader

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