C# Class MahApps.Metro.Controls.DataGridNumericUpDownColumn

Inheritance: System.Windows.Controls.DataGridBoundColumn
Mostra file Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts

Protected Methods

Method Description
GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement

Private Methods

Method Description
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

Method Details

GenerateEditingElement() protected method

protected GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
return System.Windows.FrameworkElement

GenerateElement() protected method

protected GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
return System.Windows.FrameworkElement