[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.PropertyGroupDescriptions

PropertyGroupDescriptions Method

PropertyGroupDescriptions(Action<ListItemFactory<PropertyGroupDescription, PropertyGroupDescriptionBuilder>>)

Configurates GroupDescriptions. Sets the group descriptions with an action.

Declaration
public virtual TBuilder PropertyGroupDescriptions(Action<ListItemFactory<PropertyGroupDescription, PropertyGroupDescriptionBuilder>> build)
Parameters
Type Name Description
Action<ListItemFactory<PropertyGroupDescription, PropertyGroupDescriptionBuilder>> build

An action to create the group descriptions.

Returns
Type Description
TBuilder

Current builder.