ComponentOne DataGrid for WPF and Silverlight
IsEditing Property (DataGridColumnHeaderPresenter)

C1.WPF.DataGrid Namespace > DataGridColumnHeaderPresenter Class : IsEditing Property
Gets or sets a value indicating whether the column to which this header belongs is currently being edited.
Syntax
'Declaration
 
Public Property IsEditing As System.Boolean
public System.bool IsEditing {get; set;}
Remarks
If this property is set to true the visual state group "CommonStates" will change its visual state to "Editing".
See Also

Reference

DataGridColumnHeaderPresenter Class
DataGridColumnHeaderPresenter Members