Visual Basic (Declaration) | |
---|---|
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <ISNet.Serialization.BinarySerializableAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)> <System.ComponentModel.DescriptionAttribute("Represents edit format info.")> <System.ComponentModel.CategoryAttribute("Format")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public Property EditFormat As MaskValidatorInfo |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As MaskValidatorInfo instance.EditFormat = value value = instance.EditFormat |
C# | |
---|---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)] [System.ComponentModel.DescriptionAttribute("Represents edit format info.")] [System.ComponentModel.CategoryAttribute("Format")] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public MaskValidatorInfo EditFormat {get; set;} |
Delphi | |
---|---|
public read-write property EditFormat: MaskValidatorInfo; |
JScript | |
---|---|
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") ISNet.Serialization.BinarySerializableAttribute() System.ComponentModel.NotifyParentPropertyAttribute() System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty) System.ComponentModel.DescriptionAttribute("Represents edit format info.") System.ComponentModel.CategoryAttribute("Format") System.ComponentModel.DefaultValueAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) public function get,set EditFormat : MaskValidatorInfo |
Managed Extensions for C++ | |
---|---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)] [System.ComponentModel.DescriptionAttribute("Represents edit format info.")] [System.ComponentModel.CategoryAttribute("Format")] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public: __property MaskValidatorInfo* get_EditFormat(); public: __property void set_EditFormat( MaskValidatorInfo* value ); |
C++/CLI | |
---|---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)] [System.ComponentModel.DescriptionAttribute("Represents edit format info.")] [System.ComponentModel.CategoryAttribute("Format")] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public: property MaskValidatorInfo^ EditFormat { MaskValidatorInfo^ get(); void set ( MaskValidatorInfo^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebInput ClassWebInput Members
MaskValidatorInfo Class
Tasks
Walkthrough: Creating masked DateTime input using WizardHow-to: Create currency dynamic number input using designer
How-to: Use numeric edit formatting
How-to: Use DateTime edit formatting
tasks
How-to: Create phone number input using designerHow-to: Create DateTime input using designer
How-to: Combine DateTime display and edit formatting
How-to: Combine numeric display and edit formatting
Concepts
Formatting DataWebInput Mode