Class ImageEditorSplitButtonToolbarItem
Abstract base class for all split button items in the Rad
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 Auto
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Microsoft.
|
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.
|