menu

WinForms

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

    Show / Hide Table of Contents

    Class DefinePropertyDialog

    Class for defining new property dialog

    Inheritance
    System.Object
    DefinePropertyDialog
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class DefinePropertyDialog : Form

    Constructors

    DefinePropertyDialog()

    Initializes a new instance of the DefinePropertyDialog class.

    Declaration
    public DefinePropertyDialog()

    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