'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Common")> <DescriptionAttribute("A value indicating whether more than one of the field's option items may be selected simultaneously.")> Public Property IsMultiSelect As Boolean
[DefaultValue(False)] [Category("Common")] [Description("A value indicating whether more than one of the field's option items may be selected simultaneously.")] public bool IsMultiSelect { get; set; }
[DefaultValue(False)] [Category("Common")] [Description("A value indicating whether more than one of the field's option items may be selected simultaneously.")] public: __property bool get_IsMultiSelect(); public: __property void set_IsMultiSelect(
bool value
);
[DefaultValue(False)] [Category("Common")] [Description("A value indicating whether more than one of the field's option items may be selected simultaneously.")] public:
property bool IsMultiSelect { bool get(); void set(bool value); }
Property Value
true - more than one of the field's option items may be selected simultaneously; false - no more than one item at a time may be selected.
Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.
Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.