ExtensionMethods Class |
Namespace: DataGridExtensions
The ExtensionMethods type exposes the following members.
Name | Description | |
---|---|---|
CanSelectAll |
Determines whether it's safe to call "DataGrid.SelectAll()".
| |
EnableMultilineEditing |
Tweaks the editing element style to enable multi-line editing.
| |
GetCellSelection |
Gets the content of the selected cells as a table of strings.
| |
GetVisibleSelectedCells |
Gets the selected cells that are in visible columns.
| |
HasRectangularCellSelection |
Determines whether the cell selection of the data grid is a rectangular range.
| |
PasteCells |
Replaces the selected cells with the data. Cell selection and the data table must have matching dimensions, either 1:n, n:1 or n:x*n.
|