Class ImageEditorSplitButtonToolbarItem
Abstract base class for all split button items in the RadImageEditorToolbar control.
Inheritance
System.Object
ImageEditorSplitButtonToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ImageEditorSplitButtonToolbarItem : SplitButtonToolbarItem
Constructors
ImageEditorSplitButtonToolbarItem()
Declaration
protected ImageEditorSplitButtonToolbarItem()
Fields
AutoGenerateItemsProperty
Identifies the AutoGenerateItems property.
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AutoGenerateItems
Gets or sets a value indicating whether to auto-generate all child items by default.
Declaration
public bool AutoGenerateItems { get; set; }
Property Value
System.Boolean
|