C# Class MahApps.Metro.Controls.DataGridNumericUpDownColumn

Inheritance: System.Windows.Controls.DataGridBoundColumn
Afficher le fichier Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
Résultat System.Windows.FrameworkElement

GenerateElement() protected méthode

protected GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
Résultat System.Windows.FrameworkElement