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

In This Topic
    DefaultValue Property (RadioButtonField)
    In This Topic
    Gets or sets the default value of RadioButtonField. Default value can be specified as index of the widget in Field.Widgets list, as string containing name of the widget.
    Syntax
    'Declaration
     
    Public Shadows Property DefaultValue As System.Object
    public new System.object DefaultValue {get; set;}
    See Also