ComponentOne Xamarin.iOS
GroupHeaderFormat Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : GroupHeaderFormat Property
Gets or sets the format string used to create the group header content.
Syntax
'Declaration
 
Public Property GroupHeaderFormat As String
'Usage
 
Dim instance As FlexGrid
Dim value As String
 
instance.GroupHeaderFormat = value
 
value = instance.GroupHeaderFormat
public string GroupHeaderFormat {get; set;}
Remarks
The string may contain any text, plus the following replacement strings:
See Also

Reference

FlexGrid Class
FlexGrid Members