Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceField Class / DefaultSelectedIndex Property

In This Topic
    DefaultSelectedIndex Property
    In This Topic
    Gets or sets the index of item selected by default.
    Syntax
    'Declaration
     
    Public Property DefaultSelectedIndex As System.Integer
    public System.int DefaultSelectedIndex {get; set;}
    See Also