📄️ DataGrid Class
Displays data in a customizable grid.
📄️ DataGrid.DisplayIndexComparer Class
Comparator class so we can sort list by the display index
📄️ DataGridAutoGeneratingColumnEventArgs Class
Provides data for the AutoGeneratingColumn event.
📄️ DataGridBeginningEditEventArgs Class
Provides data for the BeginningEdit event.
📄️ DataGridBoundColumn Class
Represents a DataGrid column that can bind to a property in the grid's data source.
📄️ DataGridCell Class
Represents an individual DataGrid cell.
📄️ DataGridCellEditEndedEventArgs Class
Provides information just after a cell has exited editing mode.
📄️ DataGridCellEditEndingEventArgs Class
Provides information just before a cell exits editing mode.
📄️ DataGridCellPointerPressedEventArgs Class
Provides information after the cell has been pressed.
📄️ DataGridCheckBoxColumn Class
Represents a DataGrid column that hosts CheckBox controls in its cells.
📄️ DataGridClipboardCellContent Structure
This structure encapsulate the cell information necessary when clipboard content is prepared.
📄️ DataGridClipboardCopyMode Enumeration
Defines modes that indicates how DataGrid content is copied to the Clipboard.
📄️ DataGridColumn Class
Definition
📄️ DataGridColumnEventArgs Class
Provides data for DataGrid column-related events.
📄️ DataGridColumnHeader Class
Represents an individual DataGrid column header.
📄️ DataGridColumnReorderingEventArgs Class
Provides data for the ColumnReordering event.
📄️ DataGridEditAction Enumeration
Used to specify action to take out of edit mode.
📄️ DataGridEditingUnit Enumeration
Definition
📄️ DataGridGridLinesVisibility Enumeration
Determines whether the inner cells' vertical/horizontal gridlines are shown or not.
📄️ DataGridHeadersVisibility Enumeration
Determines whether the row/column headers are shown or not.
📄️ DataGridLength Structure
Represents the lengths of elements within the DataGrid control.
📄️ DataGridLengthConverter Class
DataGridLengthConverter - Converter class for converting instances of other types to and from DataGridLength instances.
📄️ DataGridLengthUnitType Enumeration
Definition
📄️ DataGridPreparingCellForEditEventArgs Class
Provides data for the PreparingCellForEdit event.
📄️ DataGridRow Class
Represents a DataGrid row.
📄️ DataGridRowClipboardEventArgs Class
This class encapsulates a selected row's information necessary for the CopyingRowClipboardContent event.
📄️ DataGridRowDetailsEventArgs Class
Provides data for the LoadingRowDetails, UnloadingRowDetails, and RowDetailsVisibilityChanged events.
📄️ DataGridRowDetailsVisibilityMode Enumeration
Definition
📄️ DataGridRowEditEndedEventArgs Class
Provides information just after a row has exited edit mode.
📄️ DataGridRowEditEndingEventArgs Class
Provides information just before a row exits editing mode.
📄️ DataGridRowEventArgs Class
Provides data for DataGrid row-related events.
📄️ DataGridRowGroupHeader Class
Definition
📄️ DataGridRowGroupHeaderEventArgs Class
EventArgs used for the DataGrid's LoadingRowGroup and UnloadingRowGroup events
📄️ DataGridSelectionMode Enumeration
Determines the selection model
📄️ DataGridTemplateColumn Class
Definition
📄️ DataGridTextColumn Class
Represents a DataGrid column that hosts textual content in its cells.