'Declaration <CategoryAttribute("Value")> <DefaultValueAttribute("")> <DescriptionAttribute("Selected item of choice field.")> Public Overridable Property SelectedItem As String
[Category("Value")] [DefaultValue("")] [Description("Selected item of choice field.")] public virtual string SelectedItem {get; set;}
[Category("Value")] [DefaultValue("")] [Description("Selected item of choice field.")] public: __property virtual string* get_SelectedItem(); public: __property virtual void set_SelectedItem( string* value );
[Category("Value")] [DefaultValue("")] [Description("Selected item of choice field.")] public: virtual property String^ SelectedItem { String^ get(); void set ( String^ value); }
Property Value
null if choice field does NOT have selected item;value of the PdfInteractiveFormChoiceFieldItem.DisplayedValue property if choice field has selected item.