ReorderableItemsViewHandler<TItemsView> Constructors

Definition

Overloads

ReorderableItemsViewHandler<TItemsView>()
ReorderableItemsViewHandler<TItemsView>(PropertyMapper)

ReorderableItemsViewHandler<TItemsView>()

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

Applies to

ReorderableItemsViewHandler<TItemsView>(PropertyMapper)

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

Parameters

Applies to