ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / SortDescriptionTagHelper Class / Property Property

In This Topic
    Property Property (SortDescriptionTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.SortDescription.Property. Sets which property is used for sorting.
    Syntax
    'Declaration
     
    Public Property Property As String
    public string Property {get; set;}
    See Also