DevExpress.UI.Xaml.Grid Namespace
Contains classes which implement the main functionality of the DevExpress Grid Control.
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Classes
| Name | Description |
|---|---|
| ColumnBase | Serves as a base for classes that represent data columns. |
| ColumnCollection | Represents the grid’s column collection. |
| 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). |
| 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. |
| GridCell | Represents an object which corresponds to a data cell. |
| GridCheckBoxColumn | Represents a column with Boolean values. |
| GridColumnBase | Serves as a base for classes that represent grid columns. |
| 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 grid control. |
| GridControlBase | Serves as the base class for data-aware controls (e.g., GridControl). |
| GridControlCommands | Provides access to GridControl commands. |
| GridDateColumn | Represents a column that represents Date-Time values. |
| GridMaskColumn | Represents a column that provides masking capabilities for text values. |
| GridRowCellContextMenuInfo | Provides basic information about the GridControl context menu. |
| 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. |
| HighlightingSettings | Contains text settings that are used by the DataControlBase.SearchPanelHighlightingSettings property. |
| InitNewRowEventArgs | Provides data for the GridControl.InitNewRow event. |
| InvalidRowExceptionEventArgs | Provides data for the GridControlBase.InvalidRowException event. |
| RowEventArgs | Provides data for the GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events. |
| 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. |
Delegates
| Name | Description |
|---|---|
| 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. |
| ColumnFilterMode | Lists values that specify how column values are filtered. |
| 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. |
| GridContextMenuType | Lists menu types respective to visual elements for which a context menu is invoked. |
| GridControlNavigationStyle | Lists values that specify whether row focusing is allowed. |
| GridSummaryItemAlignment | Lists values that specify a summary item’s horizontal alignment within the Fixed Summary Panel. |
| GroupSummaryDisplayMode | Lists values that specify the position of group summaries within a group row. |
| MultiSelectMode | Lists values that specify the selection mode. |
| NewItemRowPosition | Lists values that specify the New Item Row‘s position. |
| ScrollAnimationMode | Lists per-pixel scrolling modes. |
| ShowFilterPanelMode | Lists values that specify when a grid displays the Filter Panel. |
| ShowSearchPanelMode | Lists values that specify when the Search Panel is displayed. |