[]
Displays a visual element, typically a label with a message, when there are no rows in the grid.
public class EmptyGridBehavior : Behavior<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 |
| 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. |