ComponentOne Xamarin.iOS
ActualHeader Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : ActualHeader Property
Gets the header that will be shown in the column header. if Header is not specified the Binding property will be used.
Syntax
'Declaration
 
Public ReadOnly Property ActualHeader As String
'Usage
 
Dim instance As GridColumn
Dim value As String
 
value = instance.ActualHeader
public string ActualHeader {get;}
See Also

Reference

GridColumn Class
GridColumn Members