Skip to main content
All docs
V25.1
  • DxDropDownButtonItem.SubmitFormOnClick Property

    Specifies whether the processed drop-down list item can submit a form.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(false)]
    [Parameter]
    public bool SubmitFormOnClick { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to allow the item to submit a form; otherwise, false.

    See Also