DataGridHelper Class

Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["DataGridHelper"] class Type type-node

Syntax

public static class DataGridHelper

Fields

Methods

Name Value Summary
GetAutoGeneratedCheckBoxColumnEditingStyle(DependencyObject) Style
Gets the EditingElementStyle for the autogenerated DataGridCheckBoxColumn.
static
GetAutoGeneratedCheckBoxColumnStyle(DependencyObject) Style
Gets the ElementStyle for the autogenerated DataGridCheckBoxColumn.
static
GetAutoGeneratedTextColumnEditingStyle(DependencyObject) Style
Gets the EditingElementStyle for the autogenerated DataGridTextColumn.
static
GetCellPadding(DependencyObject) Thickness
Gets the padding inside the cell.
static
GetColumnHeaderPadding(DependencyObject) Thickness
Gets the padding inside the column.
static
GetEnableCellEditAssist(DependencyObject) bool
Gets a value which indicates the preview cell editing is enabled or not.
static
GetSelectionUnit(UIElement) DataGridSelectionUnit
Gets the value to define the selection behavior.
static
SetAutoGeneratedCheckBoxColumnEditingStyle(DependencyObject, Style) void
Sets the EditingElementStyle for the autogenerated DataGridCheckBoxColumn.
static
SetAutoGeneratedCheckBoxColumnStyle(DependencyObject, Style) void
Sets the ElementStyle for the autogenerated DataGridCheckBoxColumn.
static
SetAutoGeneratedTextColumnEditingStyle(DependencyObject, Style) void
Sets the EditingElementStyle for the autogenerated DataGridTextColumn.
static
SetCellPadding(DependencyObject, Thickness) void
Sets the padding inside the cell.
static
SetColumnHeaderPadding(DependencyObject, Thickness) void
Sets the padding inside the column.
static
SetEnableCellEditAssist(DependencyObject, bool) void
Sets a value which indicates the preview cell editing is enabled or not.
static
SetSelectionUnit(UIElement, DataGridSelectionUnit) void
Sets the value to define the selection behavior.
static