Class GroupToolbarItemView
Visual representation of a group of toolbar items in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GroupToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
GroupToolbarItemView()
Initializes a new instance of the Group
Declaration
public GroupToolbarItemView()
Fields
ItemSpacingProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
Properties
ItemSpacing
Gets or sets the spacing in pixels between the toolbar items in the group.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets a collection of toolbar items to be placed in the group.
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|