GroupableItemsViewHandler<TItemsView> Constructors

Definition

Overloads

GroupableItemsViewHandler<TItemsView>()
GroupableItemsViewHandler<TItemsView>(PropertyMapper)

GroupableItemsViewHandler<TItemsView>()

Source:
GroupableItemsViewHandler.cs
Source:
GroupableItemsViewHandler.cs
public:
 GroupableItemsViewHandler();
public GroupableItemsViewHandler ();
Public Sub New ()

Applies to

GroupableItemsViewHandler<TItemsView>(PropertyMapper)

Source:
GroupableItemsViewHandler.cs
Source:
GroupableItemsViewHandler.cs
public GroupableItemsViewHandler (Microsoft.Maui.PropertyMapper mapper = default);
new Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler<'ItemsView (requires 'ItemsView :> Microsoft.Maui.Controls.GroupableItemsView)> : Microsoft.Maui.PropertyMapper -> Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler<'ItemsView (requires 'ItemsView :> Microsoft.Maui.Controls.GroupableItemsView)>
Public Sub New (Optional mapper As PropertyMapper = Nothing)

Parameters

Applies to