Class PropertyBagDialog
Class for PropertyBag dialog.
Inheritance
System.Object
PropertyBagDialog
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class PropertyBagDialog : Form
Constructors
PropertyBagDialog()
Initializes a new instance of the PropertyBagDialog class.
Declaration
public PropertyBagDialog()
Properties
PropertyBag
Gets or sets the dynamic property data
Declaration
public Dictionary<string, object> PropertyBag { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
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. |