UISplitViewShowEventArgs.Button Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UIBarButtonItem that was used to show the AViewController while it was hidden.
public UIKit.UIBarButtonItem Button { get; set; }
member this.Button : UIKit.UIBarButtonItem with get, set