menu

WinForms

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

    Show / Hide Table of Contents

    Class PrimitivesEditorForm

    Represents a data for primitives editor form of the MultiColumnTreeView.

    Inheritance
    System.Object
    PrimitivesEditorForm
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    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

    Properties

    Primitives

    Gets the primitive collections.

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