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.v24.1.dll, DevExpress.XtraGrid.v24.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 in various formats (Views): Tabular, Banded Tabular, Cards, Windows UI-inspired Tiles, and 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. |