NSCollectionView.ItemPrototype Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSCollectionViewItem ItemPrototype { [Foundation.Export("itemPrototype", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setItemPrototype:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("itemPrototype", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setItemPrototype:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.ItemPrototype : AppKit.NSCollectionViewItem with get, set

Property Value

Attributes

Applies to