C# Класс MahApps.Metro.Controls.DataGridNumericUpDownColumn

Наследование: System.Windows.Controls.DataGridBoundColumn
Показать файл Открыть проект

Защищенные методы

Метод Описание
GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement

Приватные методы

Метод Описание
ApplyBinding ( System.Windows.Data.BindingBase binding, DependencyObject target, DependencyProperty property ) : void
ApplyBinding ( DependencyObject target, DependencyProperty property ) : void
ApplyStyle ( bool isEditing, bool defaultToElementStyle, FrameworkElement element ) : void
DataGridNumericUpDownColumn ( ) : System.Windows
GenerateNumericUpDown ( bool isEditing, System.Windows.Controls.DataGridCell cell ) : NumericUpDown
PickStyle ( bool isEditing, bool defaultToElementStyle ) : System.Windows.Style

Описание методов

GenerateEditingElement() защищенный Метод

protected GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
Результат System.Windows.FrameworkElement

GenerateElement() защищенный Метод

protected GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
Результат System.Windows.FrameworkElement