Separator
Class
Represents a delimiter in a masked input text.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class Separator
Inheritance: objectSeparator
Constructors
Properties
Gets a value indicating whether Separator is replaceable or not.
C#
public bool IsReplaceable { get; }
Gets a value indicating whether Separator is required or not.
C#
public bool IsRequired { get; }
Remarks:
If true, the separator will not be removed when trimming the text.