Gets or sets a value indicating whether the cell is currently in in-place editing mode. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsEditing { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsEditing As Boolean |
true if currently in in-place editing mode; otherwise, false.
See Also