ITotalSummaryCustomizer.LocateSummaryViewInPanel(View, Rectangle, Boolean, Boolean, Boolean, Boolean) Method
Locates the specified view within the Total Summary‘s bounds.
Namespace: DevExpress.Mobile.DataGrid.Theme
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
void LocateSummaryViewInPanel(
View summaryView,
Rectangle summaryBounds,
bool isFirst,
bool isLast,
bool isLeftFixedColumnBorder,
bool isRightFixedColumnBorder
)
#Parameters
Name | Type | Description |
---|---|---|
summary |
Xamarin. |
A Xamarin. |
summary |
Xamarin. |
A Xamarin. |
is |
Boolean | true, if the specified view is the first view in the Total Summary; otherwise, false. |
is |
Boolean | true, if the specified view is the last view in the Total Summary; otherwise, false. |
is |
Boolean | true, if the specified view belongs to the last column fixed to the left; otherwise, false. |
is |
Boolean | true, if the specified view belongs to the first column fixed to the right; otherwise, false. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid