[]
        
(Showing Draft Content)

C1.Win.Input.Validation.CustomPlaceholder

CustomPlaceholder Class

Custom user-defined characters (placeholders) used in edit mask and in wildcard patterns in pre-validation

Inheritance
CustomPlaceholder
Namespace: C1.Win.Input.Validation
Assembly: C1.Win.Input.8.dll
Syntax
[TypeConverter(typeof(CustomPlaceholderConverter))]
public class CustomPlaceholder : ICloneable, ISerializable

Constructors

Name Description
CustomPlaceholder()

Initializes a new instance of the CustomPlaceholder class.

CustomPlaceholder(char, bool, string, bool, bool)

Initializes a new instance of the CustomPlaceholder class.

CustomPlaceholder(int, bool, string, bool, bool)

Initializes a new instance of the CustomPlaceholder class.

CustomPlaceholder(SerializationInfo, StreamingContext)

Initializes a new instance of the CustomPlaceholder class.

Properties

Name Description
CaseSensitive

Gets or sets a value indicating whether string comparisons are case-sensitive.

Excluding

Gets or sets a value indicating whether the LookupChars are interpreted as allowed or disallowed characters.

LookupChars

Gets or sets the string representation of the list of characters matching the placeholder (see also Excluding).

Optional

Gets or sets a value indicating whether the character is optional and can be omitted.

Placeholder

Gets or sets the special character used as a user-defined placeholder.