menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBarItemsRepository - API Reference

    Show / Hide Table of Contents

    Interface IBarItemsRepository

    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IBarItemsRepository

    Properties

    Bars

    Declaration
    Bars Bars { get; }
    Property Value
    Type Description
    Bars

    Categories

    Declaration
    ArrayList Categories { get; }
    Property Value
    Type Description
    System.Collections.ArrayList

    CategoriesToIgnoreInCustDialog

    Declaration
    IntList CategoriesToIgnoreInCustDialog { get; }
    Property Value
    Type Description
    IntList

    ClearItemsAfterImport

    Declaration
    bool ClearItemsAfterImport { get; }
    Property Value
    Type Description
    System.Boolean

    ImageList

    Declaration
    ImageList ImageList { get; }
    Property Value
    Type Description
    System.Windows.Forms.ImageList

    Items

    Declaration
    BarItems Items { get; }
    Property Value
    Type Description
    BarItems

    LargeImageList

    Declaration
    ImageList LargeImageList { get; }
    Property Value
    Type Description
    System.Windows.Forms.ImageList
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved