[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GroupHeaderConverter

GroupHeaderConverter Class

Default IValueConverter used to create the content shown in GroupRow cells to summarize group information.

Inheritance
GroupHeaderConverter
Implements
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class GroupHeaderConverter : IValueConverter
Remarks

To display custom information in group rows, create a class that implements the IValueConverter interface and assign an instance of this class to the GroupHeaderConverter property.

Constructors

Name Description
GroupHeaderConverter()

Properties

Name Description
NullEmptyString

Gets or sets a value to be displayed in group headers to represent empty strings or null values.

By default, this property is set to empty string.

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts a GroupRow objects into a string containing summary information for the group.

ConvertBack(object, Type, object, CultureInfo)

This method is not used.