WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrimitivesEditorForm

    Show / Hide Table of Contents

    Class PrimitivesEditorForm

    Represents a primitives Collection of EditorForm.

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

    Constructors

    PrimitivesEditorForm(TreeNodePrimitivesCollection)

    Initialize a new instance of the PrimitivesEditorForm class.

    Declaration
    public PrimitivesEditorForm(TreeNodePrimitivesCollection primitives)
    Parameters
    Type Name Description
    TreeNodePrimitivesCollection primitives

    The primitives the contains TreeNodePrimitivesCollection.

    Properties

    Primitives

    Gets the TreeNodePrimitivesCollection

    Declaration
    public TreeNodePrimitivesCollection Primitives { get; }
    Property Value
    Type Description
    TreeNodePrimitivesCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved