GettingHeaderImageFunction Property
Gets or sets the logic for getting an optional image that is displaying as a column header. It can be used to update the image dynamically.
Syntax
public System.Func<Image> GettingHeaderImageFunction {get; set;}Public Property GettingHeaderImageFunction As System.Func(Of Image)