C# Class Gu.Wpf.DataGrid2D.Selected

Exibir arquivo Open project: JohanLarsson/Gu.Wpf.DataGrid2D

Public Properties

Property Type Description
CellItemProperty System.Windows.DependencyProperty
IndexProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetCellItem ( this element, object value ) : void
SetIndex ( this element, RowColumnIndex value ) : void

Private Methods

Method Description
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

Method Details

SetCellItem() public static method

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

SetIndex() public static method

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

Property Details

CellItemProperty public_oe static_oe property

public static DependencyProperty,System.Windows CellItemProperty
return System.Windows.DependencyProperty

IndexProperty public_oe static_oe property

public static DependencyProperty,System.Windows IndexProperty
return System.Windows.DependencyProperty