Hide

YetaWF Documentation

Display
Print

Grid Component

Grid (Display)

Displays a grid. If the model is null, nothing is rendered. The model defines various attributes of the grid.

Model Type: YetaWF.Core.Models.GridDefinition

[Caption("All Users"), Description("Shows all users")]
[UIHint("Grid"), ReadOnly]
public GridDefinition AllUsers { get; set; }