C# Class Dwarrowdelf.Client.UI.MyCheckBoxDataCell

Inheritance: System.Windows.Controls.DataGridBoundColumn
Mostrar archivo Open project: tomba/dwarrowdelf

Protected Methods

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

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