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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property FooterValue As Object
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Object
 
instance.FooterValue = value
 
value = instance.FooterValue
C# 
[DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public object FooterValue {get; set;}
Delphi 
public read-write property FooterValue: TObject; 
JScript 
DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")
BrowsableAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set FooterValue : Object
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property Object* get_FooterValue();
public: __property void set_FooterValue( 
   Object* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the text that will be displayed in column's footer.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property Object^ FooterValue {
   Object^ get();
   void set (    Object^ 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.