Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumn Class / SortMemberPath Property

In This Topic
    SortMemberPath Property (GridColumn)
    In This Topic
    Gets or sets the path used to sort when the column header of this column is tapped.
    Syntax
    'Declaration
     
    
    Public Property SortMemberPath As String
    public string SortMemberPath {get; set;}
    Remarks
    If no SortMemberPath is specified, the Binding property will be used.
    See Also