[]
This cell-factory shows a skeleton-loading element in the cells whose row's data-item is null.
public class GridSkeletonLoadingCellFactory : GridWrapCellFactory
Name | Description |
---|---|
GridSkeletonLoadingCellFactory(GridCellFactory) | Initializes a new instance of the GridSkeletonLoadingCellFactory class. |
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. |