[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridIncrementalLoadingCell

GridIncrementalLoadingCell Class

Visual element displayed inside a GridIncrementalLoadingRow.

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

Constructors

Name Description
GridIncrementalLoadingCell()

Initializes a new instance of the GridIncrementalLoadingCell class.

Properties

Name Description
IsLoading

Methods

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

Set whether the cell is bound.

SetLoading(bool)

Set whether the loading indicator is shown.

Events

Name Description
LoadMoreItems

Occurs when the more items are needed.