Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraGrid Namespace

In This Article

Contains classes that provide information about the grid control, grid levels and implement the functionality for summaries, styles and style conditions.

Assemblies: DevExpress.XtraEditors.v24.2.dll, DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Grid

#Classes

Name Description
GridColumnSummaryItem A column’s total summary item.
GridColumnSummaryItemCollection A column’s total summary collection that can be displayed within the column’s footer.
GridControl Displays data from a data source as a table, cards, tiles, or in other formats.
GridControlViewCollection Represents a collection that contains Views currently displayed by a grid control.
GridFormatRule Specifies a single style format rule for a grid control’s View.
GridFormatRuleCollection A collection of GridFormatRule objects.
GridGroupSummaryItem Represents an individual group summary item.
GridGroupSummaryItemCollection Represents a group summary item collection.
GridLevelNode Represents a node in the tree-like structure that associates master-detail relationships with pattern Views.
GridLevelNodeCollection Represents a collection of GridLevelNode objects.
GridLevelTree Represents a root node in the tree-like structure that associates master-detail relationships with pattern Views.
GridSplitContainer A satellite control that allows the Data Grid to split its client area into two resizeable regions, separated by a splitter.
GridSummaryItem Represents a footer summary item.
GridSummaryItemCollection Represents a total summary item collection.
StyleFormatCondition A single style condition.
StyleFormatConditionCollection Represents a collection of style conditions applied to a View.
ViewFocusEventArgs Provides data for the GridControl.FocusedViewChanged event.
ViewOperationEventArgs Provides data for the GridControl.ViewRegistered and GridControl.ViewRemoved events.

#Delegates

Name Description
ViewFocusEventHandler Represents a method that will handle the GridControl.FocusedViewChanged event.
ViewOperationEventHandler Represents a method that will handle the GridControl.ViewRegistered and GridControl.ViewRemoved events.

#Enums

Name Description
FormatConditionEnum Lists values specifying comparison operators used when applying conditional styles.