GridView Properties |
The GridView type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanDeleteItem |
A delegate that returns true if an item can be deleted
Currently supported on iOS only.
|
![]() | ContextMenu |
Gets or sets the context menu when right clicking or pressing the menu button on the control.
|
![]() | DataStore |
The data store for the grid.
|
![]() | DeleteConfirmationTitle |
The text to display in a Delete item button.
Currently supported on iOS only.
|
![]() | DeleteItemHandler |
A delegate method to delete an item in response to a user's
request. The method should return true after deleting the
item, or false to indicate the item could not be deleted.
Currently supported on iOS only.
|
![]() | SelectedItems |
Gets an enumeration of the currently selected items
(Overrides GridSelectedItems.) |
![]() | SelectionPreserver |
Gets a new selection preserver instance for the grid.
|
![]() | ShowCellBorders | Obsolete.
Gets or sets a value indicating whether to show a border around each cell.
|