Class GroupToolbarItemView
Visual representation of a group of toolbar items in the RadToolbar control. The group works as a container of its child toolbar items keeping them in one place. For instance, when the group does not fit in the main strip area of the toolbar, all child toolbar items are moved to the overflow area together. Another use is to create two or more independent sets of radio buttons in the toolbar. Normally, only one radio button can be selected at a time. To create independent sets of radio buttons, they can be placed in separate groups.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GroupToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
GroupToolbarItemView()
Initializes a new instance of the GroupToolbarItemView class.
Declaration
public GroupToolbarItemView()
Fields
ItemSpacingProperty
Identifies the ItemSpacing property.
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
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.Double
|
ItemsSource
Gets or sets a collection of toolbar items to be placed in the group.
Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList
|