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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > ColumnBase クラス : Mask プロパティ
Gets or sets a mask to be used while editing values in this column.
シンタックス
'宣言
 
Public Property Mask As System.String
public System.string Mask {get; set;}
解説
The mask format is the same used by the InputMask control. If specified, the mask should be compatible with the value of the format property. For example, the mask '99/99/9999' can be used for entering dates formatted as 'MM/dd/yyyy'.
参照

ColumnBase クラス
ColumnBase メンバ