menu

WinForms

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

    Show / Hide Table of Contents

    Class BarCollectionEditorForm

    Bar CollectionEditor Form

    Inheritance
    System.Object
    BarCollectionEditorForm
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarCollectionEditorForm : Form

    Constructors

    BarCollectionEditorForm(IServiceProvider, NavigationView)

    Initializes a new instance of the BarCollectionEditorForm class.

    Declaration
    public BarCollectionEditorForm(IServiceProvider provider, NavigationView navigationView)
    Parameters
    Type Name Description
    System.IServiceProvider provider

    The provider.

    NavigationView navigationView

    The navigation view.

    Properties

    IsDirty

    Gets a value indicating whether Bars is dirty.

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

    true if dirty; otherwise, false.

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnLoad(EventArgs)

    Raises the System.Windows.Forms.Form.Load event.

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    An System.EventArgs that contains the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved