MX-Frame Library Send comments on this topic.
DefaultGroupName
See Also
MX-Developer > User Interface - MxPart > Controls > Control Properties > Design > DefaultGroupName

Glossary Item Box

Defines the name for the default group.¸

Remarks

Property specifies the name of the default group. The default group name is used when no value is specified in the field defined with property GroupMember. All records, without value in the field, are gathered in the same group, default group.

It is important to define the default group name because otherwise records, without value in GroupMember field, are scattered throughout the whole list.

Example (MxSpace)

To see the defined DefaultGroupName 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 displaying articles and open Property Window. See the value Undefined defined in DefaultGroupName property.

To define DefaultGroupName property

  1. In Solution Explorer open MxPart component (ArticlesPart) which contains control (List) for displaying data.
  2. Select the desired control (List) on the canvas.
  3. Open Property Window.
  4. In section Design in DefaultGroupName property select the desired value (Undefined).

See Also

©2009 Metronik. All Rights Reserved.