Namespace Syncfusion.Maui.DataGrid
Classes
AutoGenerateColumnsMode
Defines the constants that specifies how to auto-generate the columns. |
AutoGenerateColumnsModeForCustomType
Defines the constants that specifies how to auto-generate the columns that are generated from complex type properties. />. |
ColumnCollection
A collection of DataGridColumn, that represent the columns in a SfDataGrid control. This class cannot be inherited. |
ColumnWidthMode
Defines constants that specify how the columns in a SfDataGrid are sized. |
CurrentCellDropDownSelectionChangedEventArgs
Provides data for |
DataGridAutoGeneratingColumnEventArgs
Provides data for the AutoGeneratingColumn event. |
DataGridCaptionSummaryCell
Represents a table summary cell in a SfDataGrid. control. |
DataGridCaptionSummaryCellRenderer
to do |
DataGridCaptionSummaryRowView
Represents a DataGridStackedHeaderRow as a control in a SfDataGrid control. |
DataGridCell
Represents a record cell in a SfDataGrid control. |
DataGridCellDoubleTappedEventArgs
Provides data for the CellDoubleTapped event. |
DataGridCellLongPressEventArgs
Provides data for the CellLongPress event. |
DataGridCellRenderer<T1, T2>
A abstract base class for cell renderer classes that need live views displayed in a cell. You can derive from this class and provide the type of the UIElement you want to show inside cells as type parameter. The class provides strong typed virtual methods for initializing Content of the cell and arranging the cell visuals. See DataGridCellRenderer<T1, T2> for more details. The idea behind this class is to provide a place where we can add general code that should be shared for all cell renderer classes in the tree derived from GridVirtualizingCellRendererBase. While this class does at the moment not add meaningful functionality to DataGridCellRenderer we created this extra layer of inheritance to make it easy to share code for the DataGridCellRenderer base class between grid and common assemblies and keep grid control specific code out of the base class. It is currently not possible with C# to the base class as template type parameter. |
DataGridCellRightTappedEventArgs
Provides data for the CellRightTapped event. |
DataGridCellTappedEventArgs
Provides data for the CellTapped event. |
DataGridCellTemplateRenderer
A a class for cell renderer that displays customized view in a DataGridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
DataGridCellValueChangedEventArgs
Provides the data for CellValueChanged event. |
DataGridCheckBoxCellRenderer
A class for cell renderer that displays Microsoft.Maui.Controls.CheckBox in a DataGridCell. |
DataGridCheckBoxColumn
A column which is used to handle the bool type of data. |
DataGridColumn
Represents the base class for the different column types of the SfDataGrid control. |
DataGridColumnGroupChangedEventArgs
Provides data for the GroupExpanded and GroupCollapsed event. |
DataGridColumnGroupChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing event. |
DataGridColumnSizer
Represents a class that handles the sizing for all the GridColumns in the Columns collection in a SfDataGrid control. |
DataGridComboBoxColumn
to do |
DataGridComboBoxRenderer
GridCellComboBoxRenderer is a class for cell renderer that displays Microsoft.Maui.Controls.Label in a Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
DataGridCurrentCellActivatedEventArgs
Provides data for the CurrentCellActivated event. |
DataGridCurrentCellActivatingEventArgs
Provides data for the CurrentCellActivating event. |
DataGridCurrentCellBeginEditEventArgs
Provides data for |
DataGridCurrentCellEndEditEventArgs
Provides data for CurrentCellEndEdit event. |
DataGridDateCellRenderer
A class for cell renderer that displays System.DateTime in a DataGridCell. |
DataGridDateColumn
A column which is used to show any type of System.DateTime. |
DataGridGroupSummaryCell |
DataGridGroupSummaryCellRenderer |
DataGridGroupSummaryRowView |
DataGridHeaderCell
Represents a header cell in a SfDataGrid control. |
DataGridHeaderCellRenderer
A class for cell renderer that displays header contents in a DataGridHeaderCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
DataGridHeaderRow
Represents the header row in a SfDataGrid control. |
DataGridImageCellRenderer
/// A class for cell renderer that displays Microsoft.Maui.Controls.ImageSource in a DataGridCell. |
DataGridImageColumn
A column which is used to show any type of Microsoft.Maui.Controls.ImageSource. |
DataGridIndentCell
Represents a indent cell in a SfDataGrid. control. |
DataGridNavigationMode
Gets or sets the value that indicates whether the arrow key navigation in the SfDataGrid should be cell wise or row wise. |
DataGridNumericCellRenderer
A class for cell renderer that displays Microsoft.Maui.Controls.Label in a DataGridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. |
DataGridNumericColumn
A column which is used to handle the numeric values. |
DataGridQueryRowHeightEventArgs
Provides data for the QueryRowHeight event. |
DataGridRow
Represents a record row in a SfDataGrid control. |
DataGridScrollView
An scrollable element that represents to process the bi-directional scrolling in Android. |
DataGridSelectionChangedEventArgs
Provides data for the SelectionChanged event. |
DataGridSelectionChangingEventArgs
Provides data for the SelectionChanging event. |
DataGridSelectionMode
Defines the constants that specifies how to apply the selection for rows. |
DataGridSortColumnsChangedEventArgs
Provides data for the SortColumnsChanged event. |
DataGridSortColumnsChangingEventArgs
Provides data for the SortColumnsChanging event. |
DataGridSortingGestureType
Defines the constants that specifies how the sorting is applied. |
DataGridSortingMode
Defines the constants that decides the how the sorting is performed. |
DataGridStackedColumn
Represents a column that is stacked across the specified child columns in it. |
DataGridStackedHeaderCell
Represents a DataGridStackedHeaderCell in a SfDataGrid control. |
DataGridStackedHeaderCellRenderer
A class for cell renderer that displays DataGridStackedHeaderRow contents in a DataGridStackedHeaderCell. |
DataGridStackedHeaderRow
The DataGridStackedHeaderRow contains the collection of DataGridStackedColumn to be grouped under a particular category. |
DataGridStackedHeaderRowView
to do |
DataGridStyle
Represents the style of the SfDataGrid. |
DataGridSummaryColumn
Represents a class that defines the summary calculation based on a column. |
DataGridSummaryRow
Represents a class that defines the summary information of summary row. |
DataGridTableSummaryCell
to do |
DataGridTableSummaryCellRenderer
A class for cell renderer that displays table summary contents in a DataGridTableSummaryCell.. |
DataGridTableSummaryRow |
DataGridTableSummaryRowView
Represents a table summary row in a SfDataGrid control. |
DataGridTapAction
Describes the constants that specify the different tap actions available for entering edit mode in SfDataGrid. |
DataGridTemplateColumn
A column which is used to show any type of template. |
DataGridTextBoxCellRenderer
A class for cell renderer that displays Microsoft.Maui.Controls.Label in a DataGridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
DataGridTextColumn
Represents a SfDataGrid column that hosts textual Content in its cells. |
DisplayMemberConverter
to do |
GridCellRendererCollection
Represents a collection of DataGridCellRenderer<T1, T2> objects in the view. |
GridDataTableCollectionViewWrapper
ToDo |
GridGroupingEventArgs
Provides data for the Grouping Operations that are performed in SfDataGrid. |
GridLinesVisibility
Defines the constants that decides how the border lines should be shown in DataGrid. |
GridOperationHandlerArgs
Provides data for handling the grid operations to update selection. |
GridQueryableCollectionViewWrapper
Represents the wrapper class that implements the QueryableCollectionView to create a queried collection based on which data manipulation is performed. |
GroupColumnDescription
Represents a class for that contains the grouping information like group column's name and converter based on which grouping for a column is processed in a SfDataGrid. |
GroupColumnDescriptionCollection
A collection of GroupColumnDescription objects that used to maintain the grouping information in a SfDataGrid. |
GroupingMode
to do |
NumericColumnValueConverter
A converter to apply for the formatting for the numeric columns. |
RowGenerator
A class that generates the Syncfusion.Maui.DataGrid.DataRow instances in a SfDataGrid control. |
RowRegion
Describes the possible values for row region. These values are used to update the row region for the row elements in a SfDataGrid control. |
RowType
Describes the possible values for row type. These values are used to update the row type of the row elements in a SfDataGrid control. |
SfDataGrid
A data bound grid control that displays the data from data source in a tabular view. The SfDataGrid control allows you to display different types of columns, sort and select the rows. |
SortColumnChangedHandleArgs
to do |
SortColumnDescription
Represents a class for that contains the sorting information like sort column's name and sorting direction based on which sorting for a column is processed in a SfDataGrid. |
SortColumnDescriptionCollection
A collection of SortColumnDescription objects that used to maintain the sorting information in a SfDataGrid control. |
SummaryRowPosition
Defines the constants that specify whether the table summary row is positioned at the top or bottom of the DataGrid. |
VisualContainer
ToDo |
Interfaces
IDataGridCellRenderer
Defines the interface for all cell renderer. |
IItemsSourceSelector
to do |