UITextInputAssistantItem.LeadingBarButtonGroups 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.
Gets or sets the button item groups to display before the typing suggestions.
public virtual UIKit.UIBarButtonItemGroup[] LeadingBarButtonGroups { [Foundation.Export("leadingBarButtonGroups", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setLeadingBarButtonGroups:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.LeadingBarButtonGroups : UIKit.UIBarButtonItemGroup[] with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes