Skip to main content
A newer version of this page is available. .

DevExpress.WinUI.Grid Namespace

Contains classes which implement the main functionality of the DevExpress Grid Control.

Assembly: DevExpress.WinUI.Grid.v21.2.dll

Classes

Name Description
AutoGeneratingColumnEventArgs Provides data for the AutoGeneratingColumn event.
BaseAsyncArgs Populates the FetchRows, GetTotalSummaries, and GetUniqueValues events with data.
CellStyleSettings Contains style settings that specify cell appearance.
CellValueChangedEventArgs Contains data for the CellValueChanged and CellValueChanging events.
ColumnBase Serves as a base for classes that represent data columns.
CurrentColumnChangedEventArgs Provides data for the CurrentColumnChanged event.
CurrentItemChangedEventArgs Provides data for the CurrentItemChanged event.
CustomCellAppearanceEventArgs Provides data for the CustomCellAppearance event.
CustomColumnSortEventArgs Provides data for the GridControl.CustomColumnSort event.
DataControlBase Serves as a base for classes that represents data-aware controls (e.g. GridControl).
FetchRowsAsyncEventArgs Provides data for the FetchRows event.
FilterPopupEventArgs Provides data for the ShowFilterPopup event.
Format Contains appearance settings for conditional formatting.
FormatCondition Represents a conditional format based on a formula.
FormatConditionBase Serves as a base class for conditional formats.
GetSummariesAsyncEventArgs Provides data for the GetTotalSummaries event.
GetUniqueValuesAsyncEventArgs Provides data for the GetUniqueValues event.
GridCell Represents an object which corresponds to a data cell.
GridCellValidationEventArgs Populates the ColumnBase.Validate and GridControl.ValidateCell events with data.
GridCheckBoxColumn Represents a column with Boolean values.
GridColumnCollection Represents the grid’s column collection.
GridColumnCommands Provides access to column commands.
GridColumnDataEventArgs Provides data for the GridControl.CustomUnboundColumnData event.
GridComboBoxColumn Represents a column that represents lists.
GridContextMenuInfoBase The base class for context menu info classes used in GridControl context menus.
GridControl The Data Grid control.
GridControlCommands Contains built-in grid commands.
GridDateColumn Represents a column that represents Date-Time values.
GridGroupPanelContextMenuInfo Contains information about a context menu invoked for the group panel.
GridMaskColumn Represents a column that provides masking capabilities for text values.
GridPrintBrickStyle Contains appearance settings of a GridControl‘s element (brick) when it is printed.
GridRowCellContextMenuInfo Contains information about a context menu invoked for a row cell.
GridRowValidationEventArgs Populates the GridControl.ValidateRow event with data.
GridSelectionChangedEventArgs Provides data for the SelectionChanged event.
GridSpinEditColumn Represents a column with numeric values.
GridTemplateColumn Represents a column allowing you to implement custom data presentation.
GridTextColumn Represents a column with text values.
GridTextColumnBase Serves as a base for classes that represent grid columns.
GridTotalSummaryData Contains information about the total summary value displayed within the Total Summary Panel.
GroupRowExpandButtonStyleSettings
InfiniteAsyncSource A virtual source component that allows you to bind the GridControl to a data source and display data with infinite scrolling.
InitNewRowEventArgs Provides data for the GridControl.InitNewRow event.
InvalidRowExceptionEventArgs Provides data for the GridControl.InvalidRowException event.
ItemsSourceChangedEventArgs Provides data for the ItemsSourceChanged event.
PredefinedFormatNames static Lists names of the GridControl‘s predefined formats used in conditional formatting rules.
RowEventArgs Provides data for the GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events.
RowFilterEventArgs Contains data for the CustomRowFilter event.
RowIndicatorStyleSettings
RowStyleSettings Contains style settings that allow you to specify a grid row appearance.
SearchPanelHighlightSettings Contains settings that allow you to specify the appearance of search results.
SummaryItemBase Serves as a base for classes that represent summary items.
TopBottomRuleFormatCondition Represents the top-bottom and average conditional formats.
UniqueDuplicateRuleFormatCondition A Unique-Duplicate conditional format.

Structs

Name Description
GridColumnWidth A column’s width in the GridControl.

Delegates

Name Description
CurrentItemChangedEventHandler A method that handles the DataControlBase.CurrentItemChanged event.
CustomColumnSortEventHandler Represents a method that will handle the GridControl.CustomColumnSort event.
GridColumnDataEventHandler Represents a method that will handle the GridControl.CustomUnboundColumnData event.
RowEventHandler Represents a method that will handle the GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events.

Enums

Name Description
AutoFilterCondition Lists values that specify the type of the comparison operator used to create filter conditions within the Auto Filter Row.
ExceptionMode Lists values that specify how an exception should be handled.
FilterPopupMode Lists values that specify the display mode of a column’s filter dropdown.
FindMode Lists values that specify when data searching starts.
GridColumnUnitType Lists the values that specify how to calculate a column’s width.
GridContextMenuType Lists values that specify the context menu type.
GroupSummaryDisplayMode Lists values that specify the position of group summaries within a group row.
MultiSelectMode Lists values that specify the multiple selection mode.
NavigationStyle Lists values that specify whether to allow users to focus rows and cells.
NewItemRowPosition Lists values that specify the New Item Row‘s position.
ShowFilterPanelMode Lists values that specify when a grid displays the Filter Panel.
ShowSearchPanelMode Lists values that specify when the Search Panel is displayed.
SummaryItemAlignment Lists values that specify a summary item’s horizontal alignment in the Fixed Summary Panel.