Gets the entity in the ItemsControlBase that wraps the specified item.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public Entity this[
	Object item
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	item As Object _
) As Entity

Parameters

item
Type: System..::.Object
The item to get the entity for.

Return Value

The entity in the collection that wraps the specified item.

See Also