Interface IMaskedTextBox
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IMaskedTextBox
Properties
CssClass
Declaration
string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomCharacters
Declaration
object CustomCharacters { get; set; }
Property Value
Type |
Description |
System.Object |
|
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Declaration
bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Declaration
bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FloatLabelType
Declaration
FloatLabelType FloatLabelType { get; set; }
Property Value
HtmlAttributes
Declaration
object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Locale
Declaration
string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Mask
Declaration
string Mask { get; set; }
Property Value
Type |
Description |
System.String |
|
Placeholder
Declaration
string Placeholder { get; set; }
Property Value
Type |
Description |
System.String |
|
PromptChar
Declaration
string PromptChar { get; set; }
Property Value
Type |
Description |
System.String |
|
Readonly
Declaration
bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowClearButton
Declaration
bool ShowClearButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Value
Declaration
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
string Width { get; set; }
Property Value
Type |
Description |
System.String |
|