Defines whether the group footer is visible in the control.
Remarks
Property specifies if the group footer can be used in the control. Footer is used for displaying summary information for a specific field. It is possible to define summary for each individual field. Several types of summary are possible. The default type can be defined in design time but it can also be changed in runtime. To learn more about how to define this feature see Summary chapter.
If property is set to True, footer bar is displayed at the bottom of every group of data in the control. It contains summary information for all predefined fields. In the footer bar it is also possible to change the summary type.
If property is set to False, footer bar is not displayed for every group of data. Overall footer can however still exist.
The default value for this property is False.
Example (MxSpace)
To see the defined ShowGroupFooter property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the GridEdit control for displaying work orders and open Property Window. See the value False defined in ShowGroupFooter property.
To define ShowGroupFooter property
- In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
- Select the desired control (GridEdit) on the canvas.
- Open Property Window.
- In section GridDisplay in ShowGroupFooter property select the desired value (False).
MxAdapter
Summary