Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI.WebControls Namespace / Style.DeviceConstraintType Enumeration
In This Topic
    Style.DeviceConstraintType Enumeration
    In This Topic
    The device type to which the style sheet is restricted to
    Syntax
    public enum Style.DeviceConstraintType : System.Enum 
    Members
    MemberDescription
    Mobile For mobile devices only
    None No restriction on device type
    Standard For standard non-mobile devices only
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.UI.WebControls.Style.DeviceConstraintType

    See Also