Back to Devexpress

DevExpress.XamarinForms.DataGrid Namespace

mobilecontrols-devexpress-dot-xamarinforms-cec9838a.md

latest15.3 KB
Original Source

DevExpress.XamarinForms.DataGrid Namespace

Contains classes that implement the DataGridView functionality.

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Classes

NameDescription
AdvancedColumnLayoutStores settings of the grid’s multi-row layout.
AutoCompleteColumnA grid column used to display and edit text values. The column suggests values as a user types in a cell.
AutoGeneratingColumnEventArgsProvides data for the DataGridView.AutoGeneratingColumn event.
CellDataContains information about a data cell.
CellStyleStores the data cell appearance settings.
CheckBoxColumnA grid column that displays Boolean values and allows a user to change a cell value by switching between two states.
ColumnHeaderStyleStores the column header appearance settings.
ComboBoxColumnA grid column used to display and edit text values. The column displays a drop-down list that contains available values.
CompleteRowDragDropEventArgsProvides data for the CompleteRowDragDrop event.
CustomCellStyleEventArgsProvides data for the DataGridView.CustomCellStyle event.
CustomizeCellDisplayTextEventArgsProvides data for the DataGridView.CustomizeCellDisplayText event.
CustomSummaryEventArgsProvides data for the DataGridView.CalculateCustomSummary event.
DataFormComboBoxDataProvider
DataGridGestureEventArgsProvides data for the grid’s Tap, TapConfirmed, DoubleTap and LongPress events.
DataGridValidationEventArgsProvides data for the DataGridView.ValidateCell and EditFormPage.ValidateCell events.
DataGridViewA data grid view.
DateColumnA grid column used to display and edit date values.
DragRowEventArgsProvides data for the DragRow event.
DropRowEventArgsProvides data for the DropRow and DragRowOver events.
EditFormPageThe page that allows users to edit grid’s cell values.
EditFormValidationEventArgsProvides data for the EditFormPage.ValidateForm event.
EditFormViewStores appearance settings of the grid’s edit form view.
EditRowViewModelContains information on a data row that a user currently edits via the edit form.
GridColumnAn abstract class that serves as the base class for grid columns.
GridColumnCollectionA grid’s column collection.
GridColumnDataEventArgsProvides data for the DataGridView.CustomUnboundColumnData event.
GridColumnSummaryA data summary item.
GridLocalizerExtension
GroupRowDataContains information about a group row.
GroupRowStyleStores the group row appearance settings.
ImageColumnA grid column used to display images.
Initializer staticContains the Init method that initializes the DevExpress Data Grid component.
NumberColumnA grid column used to display and edit numeric values.
PickerColumnA grid column that allows a user to edit a cell value by selecting an item from the predefined set.
RowAllowEventArgsThe base class for classes that provide data for events which allow you to cancel drag-and-drop operations.
RowDataContains information about a data row and serves as a binding context for the DataGridView.RowDragPreviewTemplate template.
RowEventArgsThe base class for classes that provide data for events raised when users interact with data rows.
RowStyleBaseThe base class for styles that configure the appearance of the grid’s data and group rows, column headers and total summary panel.
SelectionChangedEventArgsProvides data for the SelectionChanged event.
ShowingEditorEventArgsProvides data for the ShowingEditor event.
StyleBaseThe base class for all styles that configure the appearance of grid elements.
SummaryCollectionA collection of group or total summary items.
SwipeItemStores information about an action button shown when a user swipes a data row.
SwipeItemCollectionA collection of objects that specify buttons shown when a user swipes a data row left to right or right to left.
SwipeItemDataContains information about a swipe item.
SwipeItemEventArgsProvides data for the SwipeItemShowing event.
SwipeItemStyleStores the swipe item appearance settings.
SwipeItemTapEventArgsProvides data for the SwipeItem.Tap event.
TemplateColumnA column type that allows you to define a custom template for column cells.
TextColumnA grid column used to display and edit text values.
TextColumnBaseA base class for columns used to display and edit text values.
TimeColumnA grid column used to display and edit the time.
TotalSummaryDataContains information about a total summary item.
TotalSummaryStyleStores the total summary panel’s appearance settings.
ValidationErrorEventArgsProvides data for the DataGridView.ValidationError event.

Interfaces

Name
IStyledElement

Structs

NameDescription
CellIndexStores the information on a cell location within the grid.

Delegates

NameDescription
AutoGeneratingColumnEventHandlerA method that will handle the DataGridView.AutoGeneratingColumn event.
CustomizeCellDisplayTextEventHandlerA method that will handle the DataGridView.CustomizeCellDisplayText event.
CustomSummaryEventHandlerA method that will handle the DataGridView.CalculateCustomSummary event.
DataGridGestureEventHandlerA method that will handle the DataGridView.Tap, DataGridView.TapConfirmed, DataGridView.DoubleTap and DataGridView.LongPress events.
DataGridValidationEventHandlerA method that will handle the DataGridView.ValidateCell and EditFormPage.ValidateCell events.
EditFormValidationEventHandlerA method that will handle the EditFormPage.ValidateForm event.
GridColumnDataEventHandlerA method that will handle the DataGridView.CustomUnboundColumnData event.
SelectionChangedEventHandlerA method that will handle the DataGridView.SelectionChanged event.
ShowingEditorEventHandler
SwipeItemEventHandler
ValidationErrorEventHandlerA method that will handle the DataGridView.ValidationError event.

Enums

NameDescription
AutoGenerateColumnsModeLists values used to specify how columns are generated in the grid.
CustomSummaryProcessLists values that indicate the current stage of the custom summary calculation process.
DataGridElementLists values that specify the grid elements.
EditorShowModeLists gestures to invoke an in-place editor for a data cell.
FixedStyleLists values that specify the column’s behavior when the grid is horizontally scrolled.
FullSwipeModeLists values that specify how the grid handles a full swipe across the row.
GridSortModeLists values that specify whether the grid allows data sorting by multiple columns or by a single column only.
RestoreCollectionsMode
SelectionMode
SummaryTypeLists values that specify the aggregate function types.