alexa

    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