menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FooterToolbarItem - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FooterToolbarItem

    Class which represents the footer tool bar items.

    Inheritance
    System.Object
    ToolbarItem
    FooterToolbarItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ToolbarItem.Icon
    ToolbarItem.IconHeight
    ToolbarItem.OnPropertyChanged(String)
    ToolbarItem.PropertyChanged
    ToolbarItem.Text
    ToolbarItem.TextHeight
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.UWP.dll
    Syntax
    public class FooterToolbarItem : ToolbarItem, INotifyPropertyChanged

    Constructors

    FooterToolbarItem()

    Initializes a new instance of the FooterToolbarItem class.

    Declaration
    public FooterToolbarItem()

    Properties

    SubItems

    Gets or sets the sub items of the toolbar. This property is used to add collection of sub items on toolbar menu of image editor.

    Declaration
    public ObservableCollection<ToolbarItem> SubItems { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ToolbarItem>

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved