C# Class Gu.Wpf.DataGrid2D.Lists2DView

Inheritance: Lists2DViewBase
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.DataGrid2D Class Usage Examples

Private Properties

Свойство Type Description
IsColumnsChange bool
ResetRows void

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateRow ( int index ) : ListRowView

Private Methods

Méthode Description
IsColumnsChange ( object sender, NotifyCollectionChangedEventArgs e ) : bool
ResetRows ( ) : void

Method Details

CreateRow() protected méthode

protected CreateRow ( int index ) : ListRowView
index int
Résultat ListRowView

Lists2DView() public méthode

public Lists2DView ( IEnumerable source ) : System
source IEnumerable
Résultat System

ReceiveWeakEvent() public méthode

public ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool
managerType System.Type
sender object
e System.EventArgs
Résultat bool