Skip to main content
All docs
V23.2

PdfChoiceFormField.CommitOnSelectionChange Property

Gets or sets whether to commit a new value once the selection is made.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool CommitOnSelectionChange { get; set; }

Property Value

Type Description
Boolean

true, to commit a new form field value after a selection is made; false to commit a new value only after a user exists the field.

See Also