Gets or sets a value used as a caption in the column header cells.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] public string Header { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(Nothing)> _ Public Property Header As String Get Set |