Property Columns
Columns
Gets or sets the collection of list control columns.
public virtual BaseCollection<ListControlColumn> Columns { get; set; }
Property Value
Remarks
This collection defines the structure of the list control by managing multiple columns. Each column represents an individual segment of the control with specific layout properties. Currently this is under development and is not working yet.