- Namespace
- MahApps
.Metro .Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DataGridHelper"]
class Type type-node
Syntax
public static class DataGridHelper
Fields
Name | Constant Value | Summary |
---|---|---|
Auto |
static
|
|
Auto |
static
|
|
Auto |
static
|
|
CellPaddingProperty |
static
|
|
Column |
static
|
|
Enable |
static
|
|
Selection |
static
|
Methods
Name | Value | Summary |
---|---|---|
Get |
Style |
Gets the EditingElementStyle for the autogenerated DataGridCheckBoxColumn.
static
|
Get |
Style |
Gets the ElementStyle for the autogenerated DataGridCheckBoxColumn.
static
|
Get |
Style |
Gets the EditingElementStyle for the autogenerated DataGridTextColumn.
static
|
GetCellPadding |
Thickness |
Gets the padding inside the cell.
static
|
Get |
Thickness |
Gets the padding inside the column.
static
|
Get |
bool |
Gets a value which indicates the preview cell editing is enabled or not.
static
|
GetSelectionUnit |
Data |
Gets the value to define the selection behavior.
static
|
Set |
void |
Sets the EditingElementStyle for the autogenerated DataGridCheckBoxColumn.
static
|
Set |
void |
Sets the ElementStyle for the autogenerated DataGridCheckBoxColumn.
static
|
Set |
void |
Sets the EditingElementStyle for the autogenerated DataGridTextColumn.
static
|
SetCellPadding |
void |
Sets the padding inside the cell.
static
|
Set |
void |
Sets the padding inside the column.
static
|
Set |
void |
Sets a value which indicates the preview cell editing is enabled or not.
static
|
SetSelectionUnit |
void |
Sets the value to define the selection behavior.
static
|