Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / KitInputType Enumeration
In This Topic
    KitInputType Enumeration
    In This Topic
    Enumeration that represents the type of input field for kit items
    Syntax
    public enum KitInputType : System.Enum 
    Members
    MemberDescription
    CheckBox The kit item can be selected from a check-box list
    DropDown The kit item can be selected from a drop down list
    IncludedHidden The kit item is included in the kit as hidden
    IncludedShown The kit item is included in the kit and shown separately
    RadioButton The kit item can be selected from a radio button list
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.KitInputType

    See Also