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 |
|
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. |