Search
InteractiveObjectPresenter.Object Property
See Also
 






Gets or sets the interactive object associated with this presenter. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public InteractiveObject Object { get; set; }

Visual Basic  Copy Code

Public Property Object As InteractiveObject

 Property Value

An instance of the InteractiveObject class.

 See Also