SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapeLocation  property

Shape가 추가로 표시되는 셀에서 shape의 표시 위치를 IconLocation 상수로 지정한다. 

Getter
function shapeLocation(): IconLocation
Setter
function setShapeLocation(value: IconLocation)
Code -1
    column.setStyles({
        shapeLocation: DataLudi.IconLocation.RIGHT
    });
See Also
shapeAlignment
shapeOffset
shapePadding
IconLocation
ShapeCellRenderer
스타일 개요
Examples
Shape Cell Renderer
Column Styles