Class | Description | |
---|---|---|
CellInfo | Represents info about the current cell. | |
CellKey | An indentifier for a specific cell in the grid. | |
CellRange | An indentifier for a specific cell in the grid. | |
CellStyleRequestedEventArgs | Information about the style request for a cell. | |
Column | A column in the data grid. | |
ColumnExchanger | Indicates a column that should be exchanged with another. | |
ColumnExchangersCollection | A collection of information about columns that need to be exchanged with one another. | |
ColumnGroupDescription | Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection. | |
ColumnGroupDescriptionCollection | Represents a collection of grouping elements that are applied to a data source or provider. | |
ColumnHiddenChangedEventArgs | ||
ColumnMovingSeparator | ||
ColumnPropertySetter | Indicates that a specified column should have a specified property set to a value. | |
ColumnPropertySettersCollection | A collection of ColumnPropertySetters | |
ColumnResizingSeparator | ||
ColumnSortDescription | Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection. | |
ColumnSortDescriptionCollection | Represents a collection of sort elements that are applied to a data source or provider. | |
ColumnSummaryDescription | Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection. | |
ColumnSummaryDescriptionCollection | ||
ColumnWidth | Represents a width of a column. | |
DataBindingEventArgs | Information about the data binding taking place. | |
DataGridView | An advanced grid for displaying data. | |
DateTimeCellInfo | Backing information about a date time cell for the grid. | |
DateTimeColumn | A column for displaying date/time values. | |
DefinitionBase | Base class for various definition types for the grid. | |
FormatGroupTextEventArgs | ||
FormatSummaryTextEventArgs | ||
GridActiveCellChangedEventArgs | Information about the change to the selected cells in the grid. | |
GridAnimationPhaseSettings | This class is used to group the settings to define an animation phase. | |
GridAnimationSettings | Animation settings for the grid. | |
GridCellEventArgs | Information about the cell in context. | |
GridCellPosition | ||
GridColumnAnimationSettings | Column animation settings for the grid. | |
GridColumnCollection | A list of column definitions. | |
GridColumnsAutoGeneratedEventArgs | Information about the generated columns. | |
GridFilterExpressionsEventArgs | ||
GridGroupDescriptionsChangedEventArgs | Information about the current grouping applied to the grid. | |
GridSelectedCellRangesChangedEventArgs | Information about the change to the selected cell ranges in the grid. | |
GridSelectedCellRangesCollection | A list of selected cell keys. | |
GridSelectedCellsChangedEventArgs | Information about the change to the selected cells in the grid. | |
GridSelectedCellsCollection | A list of selected cell keys. | |
GridSelectedItemsChangedEventArgs | Information about the changing selected items in the grid. | |
GridSelectedItemsCollection | A list of selected items. | |
GridSelectedKeysChangedEventArgs | Information about the change to the selected keys in the grid. | |
GridSelectedKeysCollection | A list of selected keys. | |
GridSortDescriptionsChangedEventArgs | Information about the current sorting applied to the grid. | |
Header | Represents a base class used to configure the appearance of the column header cells. | |
HeaderSeparator | ||
ImageCellInfo | Backing information for an image cell in the grid. | |
ImageColumn | Represents an Image grid column, used to allow the developer to display an image in a cell. | |
NumericCellInfo | Backing information for a numeric cell in the grid. | |
NumericColumn | Represents a Numeric grid column, used to allow the developer to display a formatted number in a cell. | |
PinnedAreaSeparator | ||
PrimaryKeyValue | A primary key value. | |
ResponsivePhase | Describes one phase of a responsive state to apply to the grid. | |
ResponsivePhasesCollection | A collection of ResponsivePhases. | |
ResponsiveState | Describes a state that the grid can enter based on a set of responsive conditions. | |
ResponsiveStateEnteredEventArgs | Information about the entered action. | |
ResponsiveStateEnteringEventArgs | Information about the entering action. | |
ResponsiveStateExitedEventArgs | Information about the exited state. | |
ResponsiveStatesCollection | A collection of ResponsiveStates | |
RowSeparator | Represents a Row separator, this is used to visually separate the rows in a grid | |
RowSeparatorInfo | Represents backing information for the row separators. | |
SectionFooter | Used to configure the appearance of the section footer cells. | |
SectionHeader | Used to configure the appearance of the section header cells. | |
SectionHeaderCellInfo | Backing information for a section header cell in the grid. | |
SummaryCellInfo | Backing information for a section header cell in the grid. | |
SummaryRow | ||
SummaryRowRoot | ||
SummaryRowSection | ||
TemplateCellInfo | Represents backing information for a template cell. | |
TemplateCellUpdatingEventArgs | Information about the cell that has content which is being created or updated. | |
TemplateColumn | A column with customizable content. | |
TemplateHeader | A type of header with customizable content. | |
TemplateHeaderCellInfo | Backing information for the template header cells. | |
TemplateHeaderCellUpdatingEventArgs | Information about the header cell that has content which is being created or updated. | |
TemplateSectionHeader | Used to configure the appearance of the section header cells. | |
TemplateSectionHeaderCellInfo | Backing information for a template section header cell in the grid. | |
TemplateSectionHeaderCellUpdatingEventArgs | Information about the cell that has content which is being created or updated. | |
TextCellInfo | Backing information for a text cell in the grid. | |
TextColumn | Represents a Text grid column, used to allow the developer to display a formatted text in a cell. | |
TextHeader | Represents a class used to configure the appearance of a text column header cells. | |
TextHeaderCellInfo | Backing information for a text header cell. | |
VerticalSeparatorCellInfo | Represents backing information for vertical separators. |
Delegate | Description | |
---|---|---|
CellStyleRequestedEventHandler | Called when the style key for a cell is requested. | |
ColumnHiddenChanged | Called when column has been hidden or unhidden | |
DataBindingEventHandler | Called when a cell's backing model is being bound. | |
FormatGroupTextEventHandler | ||
FormatSummaryTextEventHandler | ||
GridActiveCellChangedEventHandler | Called when the active cell in the grid changes. | |
GridCellEventHandler | Called for an action on a grid cell. | |
GridColumnsAutoGeneratedEventHandler | Called when the autogenerated columns in the grid change. | |
GridFilterExpressionsChanged | Called the filter expressions are have been modified internally by the grid. | |
GridFilterExpressionsChanging | Called the filter expressions are being modified internally by the grid. | |
GridGroupDescriptionsChangedEventHandler | Called when the group descriptions applied to the grid have changed. | |
GridSelectedCellRangesChangedEventHandler | Called when the selected cell ranges in the grid change. | |
GridSelectedCellsChangedEventHandler | Called when the selected cells in the grid change. | |
GridSelectedItemsChangedEventHandler | Called when the selected items in the grid change. | |
GridSelectedKeysChangedEventHandler | Called when the selected keys in the grid change. | |
GridSortDescriptionsChangedEventHandler | Called when the sort descriptions applied to the grid have changed. | |
ResponsiveStateEnteredEventHandler | Called when a responsive state has been entered. | |
ResponsiveStateEnteringEventHandler | Called when a responsive state is being entered. | |
ResponsiveStateExitedEventHandler | Called when a responsive state has been exited. | |
TemplateCellUpdatingEventHandler | Called when the cell content is being created or updated. | |
TemplateHeaderCellUpdatingEventHandler | Called when the header cell content is being created or updated. | |
TemplateSectionHeaderCellUpdatingEventHandler | Called when the cell content is being created or updated. |
Enumeration | Description | |
---|---|---|
CellContentHorizontalAlignment | Indicates the horizontal alignment to use for a cell. | |
CellContentVerticalAlignment | Indicates the vertical alignment to use for a cell. | |
CellDataLoadedAnimationMode | Enumerates the options for how data loaded animations are displayed. | |
CellPropertyAnimationType | Enumerates the options for how cell property animates are applied. | |
CellSelectionAnimationMode | Enumerates the options for how cell selection is animated. | |
ColumnExchangingAnimationMode | Enumerates the options for how column exchanging is animated. | |
ColumnHidingAnimationMode | Enumerates the options for how column hiding is animated. | |
ColumnMovingAnimationMode | Enumerates the options for how columns animate while moving. | |
ColumnMovingMode | ||
ColumnPropertyUpdatingAnimationMode | Enumerates the options for how changes to column properties are animated. | |
ColumnResizingAnimationMode | Enumerates the options for how columns animate while resizing. | |
ColumnResizingMode | ||
ColumnShowingAnimationMode | Enumerates the options for how columns animate into view. | |
ColumnSortDirection | Indicates the direction to sort a column. | |
DateTimeFormats | Indicates some simple date formats to be used. | |
GridActivationMode | Indicates the activation mode to use for the grid. | |
GridEasingFunctionType | Indicates the built in easing type to use for an animation. | |
GridSelectionBehavior | Indicates the selection mode to use for the grid. | |
GridSelectionMode | Indicates the selection mode to use for the grid. | |
GroupSummaryDisplayMode | Indicates how summaries are displayed inside groups. | |
HeaderClickAction | Indicates what should occur on a header click event. | |
ImageResourceType | Indicates the image resource type to use. | |
ImageStretchOptions | Indicates how the images will be stretched. | |
PinnedPositions | Enumeration defining different positions a column can be fixed against. | |
RowSelectionAnimationMode | Enumerates the option for how row selection is animated. | |
SortIndicatorStyle | ||
TextCellLineBreakMode | Indicates how to break lines of text for a cell. |