C# Class CoderForRent.Charting.Gantt.GanttDateColumn

Inheritance: System.Windows.Controls.DataGridColumn
Show file Open project: jogibear9988/SlGanttChart Class Usage Examples

Public Methods

Method Description
GanttDateColumn ( ) : System.Windows

Protected Methods

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

Method Details

GanttDateColumn() public method

public GanttDateColumn ( ) : System.Windows
return System.Windows

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

PrepareCellForEdit() protected method

protected PrepareCellForEdit ( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) : object
editingElement System.Windows.FrameworkElement
editingEventArgs System.Windows.RoutedEventArgs
return object