Table of Contents

Class Password

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public class Password : InputBase<string>, IEditorWithLengthLimit, IEditorWithPattern, IToggleableEditor
Inheritance
Password
Implements
Inherited Members
Extension Methods

Properties

MaximumLength

public int? MaximumLength { get; }

Property Value

int?

MinimumLength

public int? MinimumLength { get; }

Property Value

int?

Pattern

public string? Pattern { get; }

Property Value

string

ShowToggle

public bool ShowToggle { get; set; }

Property Value

bool
To top