Gets or sets the header text.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute("")] public virtual string HeaderText { get; set; } |
| Visual Basic |
|---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute("")> _ Public Overridable Property HeaderText As String Get Set |