PdfComboFieldRequired Property |
Gets or sets the form field's "Required" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.30.0.0 (3.30.0.0)
Syntaxpublic bool Required { get; set; }
Public Property Required As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
Required fields must contain a
Value or have one of the
Options selected prior to submitting a form.
This property can not be changed if
IsLocked is
true.
See Also