Gets a value indicating whether there is currently an in-place editing operation in progress within the view.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsEditing { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsEditing As Boolean |
true if an in-place editing operation is in progress; otherwise, false.
See Also