FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory Class
Members

In This Topic
    GridSkeletonLoadingCellFactory Class
    In This Topic
    This cell-factory shows a skeleton-loading element in the cells whose row's data-item is null.
    Object Model
    GridSkeletonLoadingCellFactory Class
    Syntax
    'Declaration
     
    Public Class GridSkeletonLoadingCellFactory 
       Inherits GridWrapCellFactory
    public class GridSkeletonLoadingCellFactory : GridWrapCellFactory 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Grid.GridControlAdapter
          C1.WPF.Grid.GridCellFactory
             C1.WPF.Grid.GridWrapCellFactory
                C1.WPF.Grid.GridSkeletonLoadingCellFactory

    See Also