Method GetContainerRelated
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
IListControlItemContainerThe container for which related data is retrieved.
Returns
- IndexedValues<ObjectUniqueId, ListControlItem.ContainerRelatedData>.ILockedItem
An item containing container-related data.