C# Class Gu.Wpf.DataGrid2D.ListIndexPropertyDescriptor

Inheritance: Gu.Wpf.DataGrid2D.IndexPropertyDescriptor
Exibir arquivo Open project: JohanLarsson/Gu.Wpf.DataGrid2D Class Usage Examples

Public Methods

Method Description
GetValue ( object component ) : object
SetValue ( object component, object value ) : void

Private Methods

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

Method Details

GetValue() public method

public GetValue ( object component ) : object
component object
return object

SetValue() public method

public SetValue ( object component, object value ) : void
component object
value object
return void