Back to Devexpress

DevExpress.Maui.DataGrid Namespace

maui-devexpress-dot-maui-cdc4ad54.md

latest15.3 KB
Original Source

DevExpress.Maui.DataGrid Namespace

Contains classes that implement the DataGridView functionality.

Assemblies : DevExpress.Maui.DataGrid.dll, DevExpress.Maui.DataGrid.Export.dll

NuGet Packages : DevExpress.Maui.DataGrid, DevExpress.Maui.DataGrid.Export

Classes

NameDescription
AdvancedColumnLayoutStores settings of the grid’s multi-row layout.
AffixTextColumnBaseA base class for text columns that can display affixes in its content.
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.
CancelRowEventArgsContains data for events that allow you to cancel actions performed with rows.
CellAppearanceAn object that contains a Data Grid cell’s apperance properties.
CellAppearanceBaseA base class that contains a DataGridView cell’s apperance properties.
CellDataContains information about a data cell.
CheckBoxColumnA grid column that displays Boolean values and allows a user to change a cell value by switching between two states.
ColumnHeaderAppearanceAn object that contains a DataGridView column header’s apperance properties.
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.
CustomCellAppearanceEventArgsContains data for the CustomCellAppearance event.
CustomCellDisplayTextEventArgsContains data for the CustomCellDisplayText event.
CustomCellExportEventArgsContains data for the CustomCellExport event.
CustomExportEventArgsBase class that contains data for the DataGridView.Custom*Export events.
CustomFilterEventArgsContains data for the CustomFilter event.
CustomGroupDisplayTextEventArgsContains data for the CustomGroupDisplayText event.
CustomGroupEventArgsContains data for the CustomGroup event.
CustomGroupRowExportEventArgsContains data for the CustomGroupRowExport event.
CustomGroupSummaryExportEventArgsContains data for the CustomGroupSummaryExport event.
CustomHeaderExportEventArgsContains data for the CustomColumnHeaderExport event.
CustomSortEventArgsContains data for the CustomSort event.
CustomSummaryEventArgsProvides data for the DataGridView.CustomSummary event.
CustomTotalSummaryExportEventArgsContains data for the CustomTotalSummaryExport event.
CustomUnboundDataEventArgsContains data for the CustomUnboundData event.
DataFormComboBoxDataProviderGets or sets the data provider that supplies the inline ComboBoxEdit with items. This is a bindable property.
DataGridExportExtensions staticContains extension methods that allow you to export DataGridView content.
DataGridGestureEventArgsProvides data for the grid’s Tap, TapConfirmed, DoubleTap and LongPress events.
DataGridItemAppearanceBaseA base class that contains a Data Grid item’s apperance properties.
DataGridViewA data grid view.
DataGridViewActualAppearanceAn appearance object.
DataGridViewCommandsGets the collection of DataGridView commands.
DataGridViewScrolledEventArgsContains data for the Scrolled event.
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 cell values.
EditFormValidationEventArgsProvides data for the EditFormPage.ValidateForm event.
EditorShowingEventArgsContains data for the EditorShowing event.
EditorShownEventArgsContains data for the EditorShown event.
EditRowViewModelContains information on a data row that a user currently edits in the edit form.
ExportBrickAppearanceContains appearance settings of a DataGridView‘s element (brick) when it is exported.
ExportBrickDefaultAppearances staticContains default appearance settings of a DataGridView‘s element (brick) when it is exported.
GridColumnAn abstract class that serves as the base class for grid columns.
GridColumnActualAppearanceAn appearance object.
GridColumnCollectionA grid’s column collection.
GridColumnSummaryA data summary item.
GridLocalizerAn object that localizes the text lines displayed in the DataGridView.
GridSwipeItemStores information about an action button shown when a user swipes a data row.
GroupRowAppearanceAn object that contains a DataGridView group row’s apperance properties.
GroupRowDataContains information about a group row.
ImageColumnA grid column used to display images.
InitializerIncludes the Init() method that initializes classes from the DevExpress.Maui.DataGrid namespace.
MultilineTextColumnA grid column used to display multiple lines of text and edit text values.
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.
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.
SelectionChangedEventArgsProvides data for the SelectionChanged event.
SummaryCollectionA collection of group or total summary items.
SwipeItemActualAppearanceAn appearance object.
SwipeItemAppearanceAn object that contains a DataGridView swipe item’s apperance properties.
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.
SwipeItemShowingEventArgsContains data for the SwipeItemShowing event.
SwipeItemTapEventArgsProvides data for the GridSwipeItem.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.
TotalSummaryAppearanceAn object class that contains a DataGridView total summary’s apperance properties.
TotalSummaryDataContains information about a total summary item.
ValidateCellEventArgsContains data for the ValidateCell and ValidateCell events.
ValidationErrorEventArgsProvides data for the DataGridView.ValidationError event.

Structs

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

Enums

NameDescription
AutoGenerateColumnsModeLists values used to specify how columns are generated in the grid.
BestFitModeLists values used to calculate the best-fit column width.
DataGridElementLists values that specify the grid elements.
EditorShowModeLists gestures to invoke an in-place editor for a data cell.
ExportColumnHeaderModeLists values that specify the page(s) where DataGridView column headers are exported.
FixedStyleLists values that specify the column’s behavior when the grid is horizontally scrolled.
FontStyleLists the exported cell font styles.
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.
GridStringIdContains values corresponding to strings that can be localized.
SelectionModeLists values that define selection modes within the DataGridView control.