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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetRowPropertyDescriptorCollection ( IReadOnlyList elementTypes, IReadOnlyList readOnlies, int maxColumnCount ) : PropertyDescriptorCollection
ListIndexPropertyDescriptor ( Type elementType, int index, bool isreadOnly ) : System

메소드 상세

GetValue() 공개 메소드

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

SetValue() 공개 메소드

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