Property EmptyTextValue
EmptyTextValue
Gets or sets data value in cases when Text property is empty.
object? EmptyTextValue { get; set; }
Property Value
Remarks
Default value is null
. TextBox behavior is not affected
by this property, you can use it for any purposes.