[]
        
(Showing Draft Content)

C1.Blazor.Grid.SkeletonLoadingBehavior

SkeletonLoadingBehavior Class

Allows any FlexGrid to be filtered using a C1TextBox.

Inheritance
SkeletonLoadingBehavior
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class SkeletonLoadingBehavior : C1Behavior<FlexGrid>, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject
Public Class SkeletonLoadingBehavior
    Inherits C1Behavior(Of FlexGrid)
    Implements IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject
Remarks

This behavior sets the CellFactory of the attached grid.

Constructors

Name Description
SkeletonLoadingBehavior()

Properties

Name Description
ChildContent

Defines the skeleton loading content.

Methods

Name Description
OnAttachedTo(FlexGrid)

Called when the behavior is attached to the grid.

OnDetachingFrom(FlexGrid)

Called when the behavior is detaching from the grid.