Table of Contents

Property IsRequired

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

IsRequired

Gets or sets a value indicating whether Text is required to be not empty. This is an opposite of AllowEmptyText property.

[Browsable(false)]
public virtual bool IsRequired { get; set; }

Property Value

bool

Remarks

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