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



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

Syntax

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

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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