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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > ColumnBase クラス : IsRequired プロパティ
Gets or sets a value that determines whether values in the column are required.
シンタックス
'宣言
 
Public Property IsRequired As System.Nullable(Of Boolean)
public System.Nullable<bool> IsRequired {get; set;}
解説
By default, this property is set to null, which means values are required, but string columns may contain empty strings. When set to true, values are required and empty strings are not allowed. When set to false, null values and empty strings are allowed.
参照

ColumnBase クラス
ColumnBase メンバ