[]
        
(Showing Draft Content)

C1.Blazor.DataPager.C1DataPager

C1DataPager Class

DataPager allows paging a collection to be displayed in smaller pages.

Inheritance
C1DataPager
Namespace: C1.Blazor.DataPager
Assembly: C1.Blazor.DataPager.dll
Syntax
public class C1DataPager : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable

Constructors

Name Description
C1DataPager()

Initializes a new instance of the C1DataPager class.

Fields

Name Description
ButtonStyleProperty

Identifies the ButtonStyle dependency property.

CurrentButtonStyleProperty

Identifies the CurrentButtonStyle dependency property.

SourceProperty

Identifies the Source dependency property.

Properties

Name Description
ButtonStyle

Gets or sets the style of the buttons.

CurrentButtonStyle

Gets or sets the style of the current page button.

NextTemplate

Gets or sets the template of the Next button.

PageNumberTemplate

Gets or sets the template of the page number button.

PrevTemplate

Gets or sets the template of the Previous button.

Source

Gets or sets the collection of items that supports paging.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
OnAfterRender(bool)
OnInitialized()