DataGridView.TotalSummaryVisibility Property
Specifies whether the total summary panel is displayed.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
public VisibilityState TotalSummaryVisibility { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.XamarinForms.Core.VisibilityState | A value that specifies when the total summary panel is shown. |
Remarks
The total summary panel is automatically shown at the bottom of the grid after a total summary item is added to the DataGridView.TotalSummaries collection (see the How to: Calculate Summaries example). To make this panel always visible or always hidden, use the TotalSummaryVisibility property.
See Also