PdfChoiceFormFieldFacade<T>.CommitOnSelectionChange Property
Gets or sets whether to commit a new value once the selection is made.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to commit a new form field value after selection; false to commit a new value only after a user exists the field. |
See Also