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

In This Topic
    IsEditing Property (DataGridFilterRowHeaderPresenter)
    In This Topic
    Gets or sets a value indicating whether the row is currently being edited.
    Syntax
    'Declaration
     
    
    Public Property IsEditing As Boolean
    public 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