PaginationItem Class

Represents a pagination item within a Pagination component.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class PaginationItem : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    PaginationItem

Constructors

PaginationItemInitializes a new instance of the PaginationItem class

Properties

Active Gets or sets the pagination item active state.
Disabled Gets or sets the pagination item disable state.
LinkIcon Gets or sets the link icon.
Text Gets or sets the text.

Methods

See Also