Defines whether the footer is visible in the control.
Remarks
Property specifies if 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 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. Therefore no summary information can be displayed even if summary is defined for some fields in the data source.
The default value for this property is False.
Example (MxSpace)
To see the defined ShowFooter 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 True defined in ShowFooter property.
To define ShowFooter 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 ShowFooter property select the desired value (True).
MxAdapter
Summary