menu

WinForms

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

    Show / Hide Table of Contents

    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.

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