C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / Title Property


In This Topic
Title Property (GridColumnHeaderCell)
In This Topic
Gets or sets the title of the column.
Syntax
'Declaration
 
Public Property Title As String
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As String
 
instance.Title = value
 
value = instance.Title
See Also