Table of Contents

Property IsPassword

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

IsPassword

Gets or sets a value indicating whether the input text is password and all characters are shown as *.

bool IsPassword { get; set; }

Property Value

bool

true if all characters of the input text are shown as password chars; false, if text is shown normally. The default is false.