Table of Contents

Property EmptyTextValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EmptyTextValue

Gets or sets data value in cases when Text property is empty.

[Browsable(false)]
public virtual object? EmptyTextValue { get; set; }

Property Value

object

Remarks

Default value is null. TextBox behavior is not affected by this property, you can use it for any purposes.