Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ComboBoxField Class / DefaultValue Property

In This Topic
    DefaultValue Property (ComboBoxField)
    In This Topic
    Gets or sets the default value of ComboBoxField, value is specified as index of selected item.
    Syntax
    'Declaration
     
    Public Shadows Property DefaultValue As System.Integer
    public new System.int DefaultValue {get; set;}
    See Also