A list view is a list based view of a collections entities providing such features as pagination for large collections, custom data views, searching and bulk actions.
Configuring a list view
The list view configuration is a sub configuration of a Collection config builder instance and is accessed via it's ListView method.
Sets the format expression for the list view field.
// ExamplefieldConfig.SetFormat((v, p) =>$"{v} years old");
Setting the view of a field
Field views allow you to customize the markup of the field in the list view so that you can show more rich visualizations of the fields content. See Field Views Documentation for more info.