Skip to main content
All docs
V25.1
  • EditFormHiddenEventArgs.Result Property

    Gets the clicked button.

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public EditFormResult Result { get; }

    Property Value

    Type Description
    EditFormResult

    A value that specifies the clicked button.

    Available values:

    Name Description
    Update

    The Update button is clicked.

    Cancel

    The Cancel button is clicked.

    See Also