[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.ComboBoxField.DefaultText

DefaultText Property

DefaultText

Gets or sets the default value of this ComboBoxField as a string. This property is used to specify the default value of the ComboBoxField if its Editable property is true.

Declaration
public string DefaultText { get; set; }
Public Property DefaultText As String