Intersoft WebCombo Documentation
DataFormatString Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboColumn Class : DataFormatString Property






Gets or sets the string format to use when rendering values. Gets or sets the string format to use when rendering values.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the format to use when rendering values.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property DataFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As WebComboColumn
Dim value As String
 
instance.DataFormatString = value
 
value = instance.DataFormatString
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the format to use when rendering values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string DataFormatString {get; set;}
Delphi 
public read-write property DataFormatString: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the format to use when rendering values.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set DataFormatString : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the format to use when rendering values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_DataFormatString();
public: __property void set_DataFormatString( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the format to use when rendering values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ DataFormatString {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.