Class
ImageEditorSplitButtonToolbarItem

Abstract base class for all split button items in the RadImageEditorToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class ImageEditorSplitButtonToolbarItem : SplitButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownMenuButtonToolbarItemSplitButtonToolbarItemImageEditorSplitButtonToolbarItem

Derived Classes: ImageEditorZoomToolbarItem

Inherited Members DropDownMenuButtonToolbarItem.ItemsDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

ImageEditorSplitButtonToolbarItem()

Declaration

cs-api-definition
protected ImageEditorSplitButtonToolbarItem()

Fields

AutoGenerateItemsProperty

Identifies the AutoGenerateItems property.

Declaration

cs-api-definition
public static readonly BindableProperty AutoGenerateItemsProperty

Field Value

BindableProperty

Properties

AutoGenerateItems

Gets or sets a value indicating whether to auto-generate all child items by default.

Declaration

cs-api-definition
public bool AutoGenerateItems { get; set; }

Property Value

bool