C# Class Gu.Wpf.DataGrid2D.Array2DIndexPropertyDescriptor

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
Array2DIndexPropertyDescriptor ( Type elementType, int index ) : System
CreateColumnPropertyDescriptorCollection ( Array source ) : PropertyDescriptorCollection
CreateRowPropertyDescriptorCollection ( Array source ) : PropertyDescriptorCollection
GetColumnPropertyDescriptorCollection ( Array2DView source ) : PropertyDescriptorCollection
GetRowPropertyDescriptorCollection ( Array2DView source ) : PropertyDescriptorCollection

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