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

In This Topic
    SortByDisplayValues Property (DataMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataMap.SortByDisplayValues. Sets a value that determines whether to use mapped (display) or raw values when sorting the data. The default value is false.
    Syntax
    'Declaration
     
    Public Property SortByDisplayValues As Boolean
    public bool SortByDisplayValues {get; set;}
    Remarks
    The default is false. Setting to true makes the column be sortted with the mapped display values. If the grid is in remote bind mode, need passing the dataMapItemsSourceGetter argument on calling the CollectionViewHelper.Read() method.
    See Also