ComponentOne Xamarin.iOS
Title Property (GridColumnHeaderCell)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumnHeaderCell Class : Title Property
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
public string Title {get; set;}
See Also

Reference

GridColumnHeaderCell Class
GridColumnHeaderCell Members