Share via


NSOutlineView.IsExpandable(NSObject) Method

Definition

[Foundation.Export("isExpandable:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsExpandable(Foundation.NSObject? item);
[<Foundation.Export("isExpandable:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsExpandable : Foundation.NSObject -> bool
override this.IsExpandable : Foundation.NSObject -> bool

Parameters

item
NSObject

Returns

Attributes

Applies to