Share via


UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.ReorderingHandlers Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewDiffableDataSourceReorderingHandlers<SectionIdentifierType,ItemIdentifierType> ReorderingHandlers { [Foundation.Export("reorderingHandlers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setReorderingHandlers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("reorderingHandlers", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setReorderingHandlers:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ReorderingHandlers : UIKit.UICollectionViewDiffableDataSourceReorderingHandlers<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> with get, set

Property Value

UICollectionViewDiffableDataSourceReorderingHandlers<SectionIdentifierType,ItemIdentifierType>
Attributes

Applies to