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

    Gets or sets whether the CellEditorValueChanging event is canceled.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.2.dll

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also