C# 클래스 ESRI.ArcGIS.Client.Toolkit.DateTimePickerColumn

DateTimePickerColumn is used for editing DateTime fields using an internal DateTimePicker control that allows for working with date and time.
상속: DataGridBoundColumn
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DateTimeFormatStringProperty System.Windows.DependencyProperty
DateTimeKindProperty System.Windows.DependencyProperty
FieldInfoProperty System.Windows.DependencyProperty
FieldProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
DateTimePickerColumn ( ) : Microsoft.Windows.Controls

Initializes a new instance of the DateTimePickerColumn class.

보호된 메소드들

메소드 설명
GenerateEditingElement ( DataGridCell cell, object dataItem ) : FrameworkElement

When overridden in a derived class, gets an editing element that is bound to the column's P:System.Windows.Controls.DataGridBoundColumn.Binding property value.

GenerateElement ( DataGridCell cell, object dataItem ) : FrameworkElement

When overridden in a derived class, gets a read-only element that is bound to the column's P:System.Windows.Controls.DataGridBoundColumn.Binding property value.

PrepareCellForEdit ( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) : object

When overridden in a derived class, called when a cell in the column enters editing mode.

메소드 상세

DateTimePickerColumn() 공개 메소드

Initializes a new instance of the DateTimePickerColumn class.
public DateTimePickerColumn ( ) : Microsoft.Windows.Controls
리턴 Microsoft.Windows.Controls

GenerateEditingElement() 보호된 메소드

When overridden in a derived class, gets an editing element that is bound to the column's P:System.Windows.Controls.DataGridBoundColumn.Binding property value.
protected GenerateEditingElement ( DataGridCell cell, object dataItem ) : FrameworkElement
cell DataGridCell The cell that will contain the generated element.
dataItem object The data item represented by the row that contains the intended cell.
리턴 System.Windows.FrameworkElement

GenerateElement() 보호된 메소드

When overridden in a derived class, gets a read-only element that is bound to the column's P:System.Windows.Controls.DataGridBoundColumn.Binding property value.
protected GenerateElement ( DataGridCell cell, object dataItem ) : FrameworkElement
cell DataGridCell The cell that will contain the generated element.
dataItem object The data item represented by the row that contains the intended cell.
리턴 System.Windows.FrameworkElement

PrepareCellForEdit() 보호된 메소드

When overridden in a derived class, called when a cell in the column enters editing mode.
protected PrepareCellForEdit ( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) : object
editingElement System.Windows.FrameworkElement The element that the column displays for a cell in editing mode.
editingEventArgs System.Windows.RoutedEventArgs Information about the user gesture that is causing a cell to enter editing mode.
리턴 object

프로퍼티 상세

DateTimeFormatStringProperty 공개적으로 정적으로 프로퍼티

The dependency property used for DateTimeFormat property.
public static DependencyProperty,System.Windows DateTimeFormatStringProperty
리턴 System.Windows.DependencyProperty

DateTimeKindProperty 공개적으로 정적으로 프로퍼티

The dependency property used for DateTimeKind property.
public static DependencyProperty,System.Windows DateTimeKindProperty
리턴 System.Windows.DependencyProperty

FieldInfoProperty 공개적으로 정적으로 프로퍼티

The dependency property used for FieldInfo property.
public static DependencyProperty,System.Windows FieldInfoProperty
리턴 System.Windows.DependencyProperty

FieldProperty 공개적으로 정적으로 프로퍼티

The dependency property used for Field property.
public static DependencyProperty,System.Windows FieldProperty
리턴 System.Windows.DependencyProperty