[]
        
(Showing Draft Content)

C1.WPF.Grid.GridSkeletonLoadingCellFactory

GridSkeletonLoadingCellFactory Class

This cell-factory shows a skeleton-loading element in the cells whose row's data-item is null.

Inheritance
GridSkeletonLoadingCellFactory
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public class GridSkeletonLoadingCellFactory : GridLinkedCellFactory
Public Class GridSkeletonLoadingCellFactory
    Inherits GridLinkedCellFactory

Constructors

Name Description
GridSkeletonLoadingCellFactory()

Methods

Name Description
AllowCustomCell(GridCellType, GridCellRange)

Gets whether custom cells are allowed for the specified range.

BindCellContent(GridCellType, GridCellRange, FrameworkElement)

Binds the content of the cell.

CreateCellContent(GridCellType, GridCellRange, object)

Creates the content of the cell.

GetCellContentType(GridCellType, GridCellRange)

Gets a key that defines the type of cell content.

UnbindCellContent(GridCellType, GridCellRange, FrameworkElement)

Unbinds the content of the cell.