C# 클래스 MahApps.Metro.Controls.DataGridNumericUpDownColumn

상속: System.Windows.Controls.DataGridBoundColumn
파일 보기 프로젝트 열기: OfficeDev/Office-IT-Pro-Deployment-Scripts

보호된 메소드들

메소드 설명
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