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

In This Topic
    GroupIndex Property
    In This Topic
    Gets or sets the index of the symbol in group.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Overridable Property GroupIndex As Integer
    [Json(1)]
    [DefaultValue(0)]
    public virtual int GroupIndex {get; set;}
    See Also