PowerWEB LiveControls for ASP.NET
ShowFooter Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGrid Class : ShowFooter Property



Gets or sets a value that indicates whether the footer is displayed in the LiveDataGrid control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Whether to show the control's footer.")>
Public Overrides Property ShowFooter As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim value As Boolean
 
instance.ShowFooter = value
 
value = instance.ShowFooter
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Whether to show the control's footer.")]
public override bool ShowFooter {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Whether to show the control's footer.")]
public:
property bool ShowFooter {
   bool get() override;
   void set (    bool value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.DataGrid.ShowFooter.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.