Property IsRequired
IsRequired
Gets or sets a value indicating whether Text is required to be not empty. This is an opposite of AllowEmptyText property.
bool IsRequired { get; set; }
Property Value
Remarks
Default value is false
. TextBox behavior is not affected
by this property, you can use it for any purposes.