C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / GroupHeaderConverter Property


In This Topic
GroupHeaderConverter Property
In This Topic
Gets or sets the Xamarin.Forms.IValueConverter used to create the content shown in GridGroupRow cells to summarize group information.
Syntax
'Declaration
 
Public Property GroupHeaderConverter As Xamarin.Forms.IValueConverter
 
'Usage
 
Dim instance As FlexGrid
Dim value As Xamarin.Forms.IValueConverter
 
instance.GroupHeaderConverter = value
 
value = instance.GroupHeaderConverter
See Also