Visual Basic (Declaration) | |
---|---|
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <System.ComponentModel.DescriptionAttribute("Represents display format info.")> <ISNet.Serialization.BinarySerializableAttribute()> <System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)> <System.ComponentModel.CategoryAttribute("Format")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.DefaultValueAttribute()> Public Property DisplayFormat As FormatValidatorInfo |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As FormatValidatorInfo instance.DisplayFormat = value value = instance.DisplayFormat |
C# | |
---|---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [System.ComponentModel.DescriptionAttribute("Represents display format info.")] [ISNet.Serialization.BinarySerializableAttribute()] [System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)] [System.ComponentModel.CategoryAttribute("Format")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [System.ComponentModel.DefaultValueAttribute()] public FormatValidatorInfo DisplayFormat {get; set;} |
Delphi | |
---|---|
public read-write property DisplayFormat: FormatValidatorInfo; |
JScript | |
---|---|
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") System.ComponentModel.DescriptionAttribute("Represents display format info.") ISNet.Serialization.BinarySerializableAttribute() System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty) System.ComponentModel.CategoryAttribute("Format") System.ComponentModel.NotifyParentPropertyAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) System.ComponentModel.DefaultValueAttribute() public function get,set DisplayFormat : FormatValidatorInfo |
Managed Extensions for C++ | |
---|---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [System.ComponentModel.DescriptionAttribute("Represents display format info.")] [ISNet.Serialization.BinarySerializableAttribute()] [System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)] [System.ComponentModel.CategoryAttribute("Format")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [System.ComponentModel.DefaultValueAttribute()] public: __property FormatValidatorInfo* get_DisplayFormat(); public: __property void set_DisplayFormat( FormatValidatorInfo* value ); |
C++/CLI | |
---|---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [System.ComponentModel.DescriptionAttribute("Represents display format info.")] [ISNet.Serialization.BinarySerializableAttribute()] [System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)] [System.ComponentModel.CategoryAttribute("Format")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [System.ComponentModel.DefaultValueAttribute()] public: property FormatValidatorInfo^ DisplayFormat { FormatValidatorInfo^ get(); void set ( FormatValidatorInfo^ 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
FormatValidatorInfo Class
Concepts
Formatting DataTasks
How-to: Use DateTime display formattingHow-to: Use DateTime edit formatting
How-to: Combine DateTime display and edit formatting
How-to: Create DateTime input using designer
tasks
How-to: Use numeric display formattingHow-to: Combine numeric display and edit formatting