Class DictionaryWindow.DraggedItem
Describes an item dragged from the "Data Dictionary" window.
Inheritance
System.Object
DictionaryWindow.DraggedItem
Namespace: FastReport.Design.ToolWindows
Assembly: FastReport.dll
Syntax
public class DraggedItem
Fields
obj
The dragged object.
Declaration
public object obj
Field Value
Type | Description |
---|---|
System.Object |
text
The text of dragged object.
Declaration
public string text
Field Value
Type | Description |
---|---|
System.String |