'Declaration <DescriptionAttribute("A value indicating whether field's option items should be sorted alphabetically.")> <CategoryAttribute("Common")> <DefaultValueAttribute(False)> Public Property IsSort As Boolean
[Description("A value indicating whether field's option items should be sorted alphabetically.")] [Category("Common")] [DefaultValue(False)] public bool IsSort { get; set; }
[Description("A value indicating whether field's option items should be sorted alphabetically.")] [Category("Common")] [DefaultValue(False)] public: __property bool get_IsSort(); public: __property void set_IsSort(
bool value
);
[Description("A value indicating whether field's option items should be sorted alphabetically.")] [Category("Common")] [DefaultValue(False)] public:
property bool IsSort { bool get(); void set(bool value); }
Property Value
True - the field's option items should be sorted alphabetically;
false - the field's option items should NOT be sorted alphabetically;
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.
false - the field's option items should NOT be sorted alphabetically;
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.