ClassSeparator
Class
Represents a delimiter in a masked input text.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class Separator
Inheritance: objectSeparator
Constructors
Separator(string, bool)
Initializes a new instance of the Separator class.
Separator(string, bool, bool)
Initializes a new instance of the Separator class.
Properties
IsReplaceable
Gets a value indicating whether Separator is replaceable or not.
IsRequired
Gets a value indicating whether Separator is required or not.
Declaration
cs-api-definition
public bool IsRequired { get; }
Property Value
Remarks
If true, the separator will not be removed when trimming the text.
Length
Gets the length of the Separator.