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 |
---|
TreeNodePrimitivesCollection |