Skip to main content
All docs
V25.2
  • CellEditorValueChangingArgs.Cancel Property

    Gets or sets whether the GridViewBase.CellEditorValueChanging or TreeListView.CellEditorValueChanging event is canceled.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.2.dll

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true if the GridViewBase.CellEditorValueChanging or TreeListView.CellEditorValueChanging event is canceled; otherwise, false.

    See Also