columnsList property
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;
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.
List<ColumnHeaderModel> columnsList;