[]
Displays a visual element, typically a label with a message, when there are no rows in the grid.
public class EmptyGridBehavior : C1Behavior<FlexGrid>
Public Class EmptyGridBehavior
Inherits C1Behavior(Of FlexGrid)
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.
| Name | Description |
|---|---|
| EmptyGridBehavior() |
| Name | Description |
|---|---|
| EmptyViewProperty | Identifies the EmptyView dependency property. |
| Name | Description |
|---|---|
| EmptyView | Gets or sets the empty view that will be shown when there are no rows in the grid. |
| Name | Description |
|---|---|
| OnAttachedTo(FlexGrid) | Called when the behavior is attached to the grid. |
| OnDetachingFrom(FlexGrid) | Called when the behavior is detaching from the grid. |