Gets or sets the interactive object associated with this presenter. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public InteractiveObject Object { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Object As InteractiveObject |
An instance of the InteractiveObject class.
See Also