C# 클래스 CoderForRent.Charting.Gantt.GanttDateColumn

상속: System.Windows.Controls.DataGridColumn
파일 보기 프로젝트 열기: jogibear9988/SlGanttChart 1 사용 예제들

공개 메소드들

메소드 설명
GanttDateColumn ( ) : System.Windows

보호된 메소드들

메소드 설명
GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
PrepareCellForEdit ( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) : object

메소드 상세

GanttDateColumn() 공개 메소드

public GanttDateColumn ( ) : System.Windows
리턴 System.Windows

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

PrepareCellForEdit() 보호된 메소드

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