The IAsyncCollectionPresenterControl type exposes the following members.

Methods

  NameDescription
GetEntity
Gets the entity in the IDataControl that wraps the specified item.
(Inherited from IDataCollectionControl.)
GetEntityAt
Gets the entity in the IDataControl at the specified index.
(Inherited from IDataCollectionControl.)

Properties

  NameDescription
IsAsyncPresentationEnabled
Gets or sets a value indicating whether to load managed entities asynchronously within this IAsyncPresenterControl.
(Inherited from IAsyncPresenterControl.)
IsAsyncPresentationEnabledMinCount
Gets or sets the initial entity count to load synchronously within this IAsyncCollectionPresenterControl before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.
Item
Gets the entity in the IDataControl that wraps the specified item.
(Inherited from IDataCollectionControl.)

See Also