UIBarItem.Tag Property

Definition

A developer-meaningful integer that can be used to identify specific UIBarItem's within the application.

public abstract nint Tag { [Foundation.Export("tag")] get; [Foundation.Export("setTag:")] set; }
member this.Tag : nint with get, set

Property Value

System.System.IntPtr System.nativeint

The default value is 0.

Attributes

Applies to