C# Class CoderForRent.Charting.Gantt.GanttDateColumn

Inheritance: System.Windows.Controls.DataGridColumn
Afficher le fichier Open project: jogibear9988/SlGanttChart Class Usage Examples

Méthodes publiques

Méthode Description
GanttDateColumn ( ) : System.Windows

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
PrepareCellForEdit ( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) : object

Method Details

GanttDateColumn() public méthode

public GanttDateColumn ( ) : System.Windows
Résultat System.Windows

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

PrepareCellForEdit() protected méthode

protected PrepareCellForEdit ( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) : object
editingElement System.Windows.FrameworkElement
editingEventArgs System.Windows.RoutedEventArgs
Résultat object