A newer version of this page is available.
Switch to the current version.
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.v18.2.dll, DevExpress.XtraGrid.v18.2.dll
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 in various formats (Views): Tabular, Banded Tabular, Cards, Windows UI-inspired Tiles and MS Windows Explorer-inspired UI. |
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. |
Feedback