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; } |
This member is functionally equivalent to System.Web.UI.WebControls.DataGrid.ShowHeader.
Target Platforms: Microsoft .NET Framework 2.0