columnsList property

List<ColumnHeaderModel> columnsList
getter/setter pair

columnsList is a List of ColumnHeaderModel type enum. This is not required. This is the list where you will put all the column model objects.

Implementation

List<ColumnHeaderModel> columnsList;