Table of Contents

Property Columns

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

Columns

Gets or sets the collection of list control columns.

public virtual BaseCollection<ListControlColumn> Columns { get; set; }

Property Value

BaseCollection<ListControlColumn>

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.