Constructor ListControlColumn
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
titlestringThe display title for the column. Cannot be null.