Share via


NSOutlineViewDataSource.ItemExpandable(NSOutlineView, NSObject) Method

Definition

[Foundation.Export("outlineView:isItemExpandable:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ItemExpandable(AppKit.NSOutlineView outlineView, Foundation.NSObject item);
[<Foundation.Export("outlineView:isItemExpandable:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ItemExpandable : AppKit.NSOutlineView * Foundation.NSObject -> bool
override this.ItemExpandable : AppKit.NSOutlineView * Foundation.NSObject -> bool

Parameters

outlineView
NSOutlineView
item
NSObject

Returns

Implements

Attributes

Applies to