Share via


NSTableViewDelegate.IsGroupRow(NSTableView, IntPtr) Method

Definition

[Foundation.Export("tableView:isGroupRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsGroupRow(AppKit.NSTableView tableView, IntPtr row);
[<Foundation.Export("tableView:isGroupRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsGroupRow : AppKit.NSTableView * nativeint -> bool
override this.IsGroupRow : AppKit.NSTableView * nativeint -> bool

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Implements

Attributes

Applies to