SMART datagrid v.1 > Classes > ColumnLayout

Back  Forward

DataLudi.ColumnLayout.name  property

The name which is used when referencing this layout in grid. In the case of using without registering in grid, you do not need to specify the name. In the case of registering by registerColumnLayout, it should be unique within gird. 

Defaults to null.

Getter
function name(): String
Setter
function setName(value: String)
See Also
registerColumnLayout
Examples
Column Layouts