C# Class Gu.Wpf.DataGrid2D.Array2DIndexPropertyDescriptor

Inheritance: Gu.Wpf.DataGrid2D.IndexPropertyDescriptor
显示文件 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
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 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