Gets or sets the data displayed in a column's corresponding
ColumnManagerCell and/or
GroupByItem.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Title As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Column
Dim value As Object
instance.Title = value
value = instance.Title
|
| C# | |
|---|
public object Title {get; set;} |
Return Value
An object representing the data displayed in a column's corresponding ColumnManagerCell and/or GroupByItem. If the Title property has not been explicitly set, the value of the FieldName property will be used. By default, a null reference (Nothing in Visual Basic).
Requirements
Supported Frameworks: Microsoft .NET Framework version 3.0
See Also