ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Code49 Class / Grouping Property

In This Topic
    Grouping Property
    In This Topic
    Indicates whether the symbol mode is Group Alphanumeric Mode.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property Grouping As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool Grouping {get; set;}
    See Also