Table of Contents

Property Columns

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Columns

Gets or sets the collection of columns displayed in the list control.

[Browsable(false)]
public BaseCollection<ListControlColumn> Columns { get; set; }

Property Value

BaseCollection<ListControlColumn>

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.