Table of Contents

Method GetContainerRelated

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

GetContainerRelated(IListControlItemContainer?)

Retrieves an item containing data related to the specified container. If the container is null, a default container-related data object is returned.

public virtual IndexedValues<ObjectUniqueId, ListControlItem.ContainerRelatedData>.ILockedItem GetContainerRelated(IListControlItemContainer? container)

Parameters

container IListControlItemContainer

The container for which related data is retrieved.

Returns

IndexedValues<ObjectUniqueId, ListControlItem.ContainerRelatedData>.ILockedItem

An item containing container-related data.