Share via


NSOutlineView.IsItemExpanded(NSObject) Method

Definition

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

Parameters

item
NSObject

Returns

Attributes

Applies to