Table of Contents

Constructor ListViewColumn

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

ListViewColumn()

Initializes a new instance of the ListViewColumn class with default values.

public ListViewColumn()

ListViewColumn(string)

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

public ListViewColumn(string title)

Parameters

title string

The text displayed in the column header.