Search
InteractiveObjectPresenter.IsSelected Property
See Also
 






Gets or sets a value indicating whether the presenter is selected. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool IsSelected { get; set; }

Visual Basic  Copy Code

Public Property IsSelected As Boolean

 Property Value

A boolean value.

 See Also