C# 클래스 Gu.Wpf.DataGrid2D.Array2DIndexPropertyDescriptor

상속: Gu.Wpf.DataGrid2D.IndexPropertyDescriptor
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.DataGrid2D 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( object component ) : object
SetValue ( object component, object value ) : void

비공개 메소드들

메소드 설명
Array2DIndexPropertyDescriptor ( Type elementType, int index ) : System
CreateColumnPropertyDescriptorCollection ( Array source ) : PropertyDescriptorCollection
CreateRowPropertyDescriptorCollection ( Array source ) : PropertyDescriptorCollection
GetColumnPropertyDescriptorCollection ( Array2DView source ) : PropertyDescriptorCollection
GetRowPropertyDescriptorCollection ( Array2DView source ) : PropertyDescriptorCollection

메소드 상세

GetValue() 공개 메소드

public GetValue ( object component ) : object
component object
리턴 object

SetValue() 공개 메소드

public SetValue ( object component, object value ) : void
component object
value object
리턴 void