C# Class Gu.Wpf.DataGrid2D.ListIndexPropertyDescriptor

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

Méthodes publiques

Méthode Description
GetValue ( object component ) : object
SetValue ( object component, object value ) : void

Private Methods

Méthode Description
GetRowPropertyDescriptorCollection ( IReadOnlyList elementTypes, IReadOnlyList readOnlies, int maxColumnCount ) : PropertyDescriptorCollection
ListIndexPropertyDescriptor ( Type elementType, int index, bool isreadOnly ) : System

Method Details

GetValue() public méthode

public GetValue ( object component ) : object
component object
Résultat object

SetValue() public méthode

public SetValue ( object component, object value ) : void
component object
value object
Résultat void