ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelectableRowPresenter Class / IsEditing Property

In This Topic
    IsEditing Property (DataGridSelectableRowPresenter)
    In This Topic
    Gets or sets a value indicating whether this cell is currently editing.
    Syntax
    'Declaration
     
    
    Public Property IsEditing As Boolean
    public bool IsEditing {get; set;}
    See Also