SMART datagrid v1.4 > Classes > RowIndicator

[ grids ver.1.2.9]   Back  Forward

DataLudi.RowIndicator.deletedLabel  property

데이터행의 상태DataRowState.DELETED인 행의 RowIndicator 상태셀에 표시되는 텍스트. 

이 속성이 빈 문자열이 아닌 값으로 지정되면 RowIndicator.deletedStyles에 지정된 GridStyles.iconIndexshapeName은 무시된다. 

기본값은 null.

Getter
function deletedLabel(): String
Setter
function setDeletedLabel(value: String)
Code -1
    grid.setRowIndicator({
        created: 'C',
        updated: 'U',
        deleted: 'D'
    });
See Also
createdLabel
updatedLabel
stateStyles
createdStyles
updatedStyles
deletedStyles
stateVisible
GridRow.dataState
RowIndicator.createdStyles
DataRowState
GridStyles.iconIndex
GridStyles.shapeName
DataSet.getRowState
Examples
State Cells
DataRow States