C# Class Gu.Wpf.DataGrid2D.Lists2DView

Inheritance: Lists2DViewBase
Datei anzeigen Open project: JohanLarsson/Gu.Wpf.DataGrid2D Class Usage Examples

Private Properties

Property Type Description
IsColumnsChange bool
ResetRows void

Public Methods

Method Description
Lists2DView ( IEnumerable source ) : System
ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool

Protected Methods

Method Description
CreateRow ( int index ) : ListRowView

Private Methods

Method Description
IsColumnsChange ( object sender, NotifyCollectionChangedEventArgs e ) : bool
ResetRows ( ) : void

Method Details

CreateRow() protected method

protected CreateRow ( int index ) : ListRowView
index int
return ListRowView

Lists2DView() public method

public Lists2DView ( IEnumerable source ) : System
source IEnumerable
return System

ReceiveWeakEvent() public method

public ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool
managerType System.Type
sender object
e System.EventArgs
return bool