Property Columns
Columns
Gets or sets the collection of columns displayed in the list control.
[Browsable(false)]
public BaseCollection<ListControlColumn> Columns { get; set; }
Property Value
Remarks
Use this property to configure the columns that appear in the list control. Modifying the collection allows customization of the column layout, order, and properties.