Intersoft WebGrid Documentation
FooterText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : FooterText Property






Gets or sets the text that will be displayed in column's footer, before the result calculated based on AggregateFunction.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
Public Property FooterText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.FooterText = value
 
value = instance.FooterText
C# 
[DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public string FooterText {get; set;}
Delphi 
public read-write property FooterText: String; 
JScript 
DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get,set FooterText : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public: __property string* get_FooterText();
public: __property void set_FooterText( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public:
property String^ FooterText {
   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.