IHeaderCustomizer.LocateHeaderViewInPanel(View, Rectangle, Boolean, Boolean, Boolean, Boolean) Method
Locates the specified view within the grid header’s bounds.
Namespace: DevExpress.Mobile.DataGrid.Theme
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
void LocateHeaderViewInPanel(
View header,
Rectangle headerBounds,
bool isFirst,
bool isLast,
bool isLeftFixedColumnBorder,
bool isRightFixedColumnBorder
)
#Parameters
Name | Type | Description |
---|---|---|
header | Xamarin. |
A Xamarin. |
header |
Xamarin. |
A Xamarin. |
is |
Boolean | true, if the specified view is the first view in the grid header; otherwise, false. |
is |
Boolean | true, if the specified view is the last view in the grid header; 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
GridControl provides you with two predefined themes - Light and Dark. The Default theme depends on the mobile platform. For iOS applications, the Default theme is Light, for Android - is Dark. To apply another theme to a grid, use the ThemeManager.ThemeName property. Then, you can customize the applied theme (if needed). For more information, see the How to: Customize Themes document.
Important
To apply customization to a grid, call the Theme