Table of Contents

Class ToolboxItem

Namespace
Gemini.Modules.Toolbox.Models
Assembly
Gemini.dll
public class ToolboxItem
Inheritance
ToolboxItem
Inherited Members

Properties

Category

public string Category { get; set; }

Property Value

string

DocumentType

public Type DocumentType { get; set; }

Property Value

Type

IconSource

public Uri IconSource { get; set; }

Property Value

Uri

ItemType

public Type ItemType { get; set; }

Property Value

Type

Name

public string Name { get; set; }

Property Value

string