Class MaskClientProps
Inheritance
System.Object
MaskClientProps
Assembly: Syncfusion.Blazor.dll
public class MaskClientProps : Object
Constructors
Declaration
Properties
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string FloatLabelType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsMultipleDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string keyValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Mask { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MaskedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PasteValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PlaceHolder { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PromptCharacter { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int SelectionEnd { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int SelectionStart { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|