[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridIncrementalLoadingCell

GridIncrementalLoadingCell Class

Visual element displayed inside a GridIncrementalLoadingRow.

Inheritance
GridIncrementalLoadingCell
Implements
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public class GridIncrementalLoadingCell : Grid, IDisposable
Public Class GridIncrementalLoadingCell
    Inherits Grid
    Implements IDisposable

Constructors

Name Description
GridIncrementalLoadingCell()

Initializes a new instance of the GridIncrementalLoadingCell class.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the GridIncrementalLoadingCell class.

OnApplyTemplate()
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.