ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / Name Property

In This Topic
    Name Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the name of this column.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also