C# 클래스 Gu.Wpf.DataGrid2D.Selected

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.DataGrid2D

공개 프로퍼티들

프로퍼티 타입 설명
CellItemProperty System.Windows.DependencyProperty
IndexProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
SetCellItem ( this element, object value ) : void
SetIndex ( this element, RowColumnIndex value ) : void

비공개 메소드들

메소드 설명
CoerceCellItem ( DependencyObject d, object basevalue ) : object
CoerceIndex ( DependencyObject d, object basevalue ) : object
GetCell ( this dataGrid, RowColumnIndex index ) : System.Windows.Controls.DataGridCell
GetCellItem ( this element ) : object
GetCellItem ( this column, object item ) : object
GetIndex ( this element ) : RowColumnIndex?
OnCellItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIndexChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelectedCellsChanged ( object sender, RoutedEventArgs routedEventArgs ) : void
SelectedRowColumnIndex ( this dataGrid ) : RowColumnIndex?
SubscribeSelectionChanges ( System.Windows.Controls.DataGrid dataGrid ) : void
UpdateSelectedCellItemFromView ( System.Windows.Controls.DataGrid dataGrid ) : void

메소드 상세

SetCellItem() 공개 정적인 메소드

public static SetCellItem ( this element, object value ) : void
element this
value object
리턴 void

SetIndex() 공개 정적인 메소드

public static SetIndex ( this element, RowColumnIndex value ) : void
element this
value RowColumnIndex
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows CellItemProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IndexProperty
리턴 System.Windows.DependencyProperty