ViewPagingContentItemFactory - делегат
Фабрика создания элемента содержимого позволяющего управлять постраничным выводом данных
Пространство имён: Tessa.UI.Views.ContentСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate IContentItem ViewPagingContentItemFactory(
[CanBeNullAttribute] IPagingSource pagingSource
)
<NotNullAttribute>
Public Delegate Function ViewPagingContentItemFactory (
<CanBeNullAttribute> pagingSource As IPagingSource
) As IContentItem
[NotNullAttribute]
public delegate IContentItem^ ViewPagingContentItemFactory(
[CanBeNullAttribute] IPagingSource^ pagingSource
)
[<NotNullAttribute>]
type ViewPagingContentItemFactory =
delegate of
[<CanBeNullAttribute>] pagingSource : IPagingSource -> IContentItem
- pagingSource IPagingSource
- Источник постраничного отображения данных
IContentItem
Элемент управления позволяющий управлять постраничным выводом данных