Property AllowEmptyText
AllowEmptyText
Gets or sets a value indicating whether empty string is allowed in Text.
bool AllowEmptyText { get; set; }
Property Value
Remarks
Default value is true
. TextBox behavior is not affected
by this property, you can use it for any purposes.