ASP.NET Core MVC コントロールヘルプ
ItemFormatter プロパティ (ComboBoxBase<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > ComboBoxBase<T> クラス : ItemFormatter プロパティ
Gets or sets a function used to customize the values shown in the drop-down list.
シンタックス
'宣言
 
Public Property ItemFormatter As System.String
public System.string ItemFormatter {get; set;}
解説
The function takes two arguments, the item index and the default text or html, and returns the new text or html to display.
参照

ComboBoxBase<T> クラス
ComboBoxBase<T> メンバ