Class CompositeToolbarItem
Base abstract class for all toolbar items, which can contain nested toolbar items. When the toolbar item is selected, the nested toolbar items are expanded on the toolbar. The IsMultiLine property controls whether the nested toolbar items are expanded on a separate line or on the same line of the toolbar.
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public abstract class CompositeToolbarItem : ButtonToolbarItem, ILayoutControlPanelChild
Constructors
CompositeToolbarItem()
Declaration
protected CompositeToolbarItem()
Properties
Items
Gets a collection with the child items of this toolbar item. When
Declaration
public IList<ImageEditorToolbarItem> Items { get; }
Property Value
System.Collections.Generic.IList<ImageEditorToolbarItem>
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|