Skip to main content
All docs
V24.2

DxDropDownButtonItem.SubmitFormOnClick Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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