MindFusion.Wpf Pack Programmer's Guide
GridCell.IsEditing Property
See Also
 





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

 Syntax

C#  Copy Code

public bool IsEditing { get; set; }

Visual Basic  Copy Code

Public Property IsEditing As Boolean

 Property Value

true if currently in in-place editing mode; otherwise, false.

 See Also

GridCell Members
GridCell Class
MindFusion.DataViews.Wpf Namespace