Table of Contents

Method GetCell

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

GetCell(ListControlColumn)

Gets the cell associated with the specified column in the list control.

public ListControlItem? GetCell(ListControlColumn column)

Parameters

column ListControlColumn

The column for which to retrieve the corresponding cell. Cannot be null.

Returns

ListControlItem

The cell associated with the specified column, or null if no cell exists for the column.

GetCell(ObjectUniqueId)

Gets the cell for the specified column identifier.

public virtual ListControlItem? GetCell(ObjectUniqueId columnId)

Parameters

columnId ObjectUniqueId

The unique identifier of the column.

Returns

ListControlItem