ASP.NET Core MVC コントロールヘルプ
SortByDisplayValues プロパティ (DataMap)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > DataMap クラス : SortByDisplayValues プロパティ
Gets or sets a value that determines whether to use mapped (display) or raw values when sorting the data. The default value is false.
シンタックス
'宣言
 
Public Property SortByDisplayValues As System.Boolean
public System.bool SortByDisplayValues {get; set;}
解説
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.
参照

DataMap クラス
DataMap メンバ