'Declaration <CategoryAttribute("Value")> <DefaultValueAttribute(null)> <DescriptionAttribute("The default selected item of choice field.")> Public Property DefaultSelectedItem As System.String
[Category("Value")] [DefaultValue(null)] [Description("The default selected item of choice field.")] public System.String DefaultSelectedItem { get; set; }
[Category("Value")] [DefaultValue(null)] [Description("The default selected item of choice field.")] public: __property System.String get_DefaultSelectedItem(); public: __property void set_DefaultSelectedItem(
System.String value
);
[Category("Value")] [DefaultValue(null)] [Description("The default selected item of choice field.")] public:
property System.String DefaultSelectedItem { System.String get(); void set(System.String value); }
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.