Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDateTimeColumn Class / ColumnName Property

In This Topic
    ColumnName Property (GridDateTimeColumn)
    In This Topic
    Gets or sets a value used as an identifier for the column.
    Syntax
    'Declaration
     
    
    Public Property ColumnName As String
    public string ColumnName {get; set;}
    See Also