Defines the scheme field of which the value is used for grouping.
Remarks
Property specifies the scheme field whose value is used for grouping items in the list. By default the first three groups are displayed. To access more groups use configuration buttons at the bottom of the list. Buttons can be used to display individual group or to show all groups and their items.
It is wise to define GroupMember property in cases when large amount of data will be displayed and thus making the list unreadable. User can quickly access the desired data if it is organized in groups.
It is possible to select between fields in the data source defined in property DataSourceName.
Example (MxSpace)
To see the defined GroupMember property on a control (List) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click ArticlesPart.cs. Click the List control and open Property Window. See the selected MeasureUnitName field in the GroupMember property.
To define GroupMember property
- In Solution Explorer open MxPart component (ArticlesPart) which contains control (List) for displaying data.
- Select the desired control (List) on the canvas.
- Open Property Window.
- In section Data define GroupMember property. Select a field (MeasureUnitName) from the drop down list.