IsEditing Property (DataGridColumnHeaderPresenter)
In This Topic
Gets or sets a value indicating whether the column to which this header belongs is currently being edited.
Syntax
'Declaration
Public Property IsEditing As Boolean
public bool IsEditing {get; set;}
See Also