'Declaration <CategoryAttribute("Value")> <DefaultValueAttribute(null)> <DescriptionAttribute("A selected item of list box field.")> <RefreshPropertiesAttribute(Repaint)> Public Overrides Property SelectedItem As System.String
[Category("Value")] [DefaultValue(null)] [Description("A selected item of list box field.")] [RefreshProperties(Repaint)] public override System.String SelectedItem { get; set; }
[Category("Value")] [DefaultValue(null)] [Description("A selected item of list box field.")] [RefreshProperties(Repaint)] public: __property System.String get_SelectedItem(); override; public: __property void set_SelectedItem(
System.String value
); override;
[Category("Value")] [DefaultValue(null)] [Description("A selected item of list box field.")] [RefreshProperties(Repaint)] public:
property System.String SelectedItem { System.String get() override;; void set(System.String value) override;; }
Property Value
null if choice field does NOT have selected item;
value of the DisplayedValue property if choice field has selected item.
value of the DisplayedValue property if choice field has selected item.