Class PropertyInputEditVerification
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents input edit verification settings including a match pattern and validation failure hint.
public class PropertyInputEditVerification : DomItem
- Inheritance
-
PropertyInputEditVerification
- Inherited Members
Properties
MatchPattern
Gets or sets the regular expression or pattern to validate against.
public string MatchPattern { get; set; }
Property Value
ValidationFailedHint
Gets or sets the hint shown when validation fails.
public string ValidationFailedHint { get; set; }