| PdfComboFieldEdit Property  | 
 
            Gets or sets the form field's "Edit" flag.
            
 
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic bool Edit { get; set; }Public Property Edit As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            If 
true, the field's value can be set using any text value using the 
Value property or by selecting one of the field's 
Options. If 
false, the field's value can only be set by selecting one of the field's 
Options.
            This property can not be changed if 
IsLocked is 
true.
            
 See Also
See Also