[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.EmptyGridBehavior

EmptyGridBehavior Class

Displays a visual element, typically a label with a message, when there are no rows in the grid.

Inheritance
EmptyGridBehavior
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class EmptyGridBehavior : Behavior<FlexGrid>
Remarks

Sets the property IsVisible of EmptyView and the attached grid so that the empty view is displayed when there are no rows in the grid.

Constructors

Name Description
EmptyGridBehavior()

Fields

Name Description
EmptyViewProperty

Properties

Name Description
EmptyView

Gets or sets the empty view that will be shown when there are no rows in the grid.

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.