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

DevExpress.UI.Xaml.Grid Namespace

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

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Classes

Name Description
ColumnBase Serves as a base for classes that represent data columns.
ColumnCollection Represents the grid’s column collection.
CustomColumnSortEventArgs Provides data for the GridControl.CustomColumnSort event.
DataControlBase Serves as a base for classes that represents data-aware controls (e.g. GridControl).
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.
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.
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.

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.
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.