ASP.NET Core MVC コントロールヘルプ
SortByDisplayValues メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > DataMapBuilder クラス : SortByDisplayValues メソッド
The value.
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.
シンタックス
'宣言
 
Public Function SortByDisplayValues( _
   ByVal value As System.Boolean _
) As DataMapBuilder
public DataMapBuilder SortByDisplayValues( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

DataMapBuilder クラス
DataMapBuilder メンバ