Table of Contents

Constructor ListControlColumn

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

ListControlColumn()

Initializes a new instance of the ListControlColumn class.

public ListControlColumn()

ListControlColumn(string?)

Initializes a new instance of the ListControlColumn class with the specified column title.

public ListControlColumn(string? title)

Parameters

title string

The display title for the column. Cannot be null.