[]
        
(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 : GridWrapCellFactory

Constructors

Name Description
GridSkeletonLoadingCellFactory(GridCellFactory)

Initializes a new instance of the GridSkeletonLoadingCellFactory class.

Methods

Name Description
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.