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
ShowToggle
public bool ShowToggle { get; set; }