DevExpress.XtraGrid Namespace
Contains classes that provide information about the grid control, grid levels and implement the functionality for summaries, styles and style conditions.
Assemblies: DevExpress.XtraEditors.v25.1.dll, DevExpress.XtraGrid.v25.1.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. |