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

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.DataGrid2D

공개 프로퍼티들

프로퍼티 타입 설명
Array2DProperty System.Windows.DependencyProperty
Array2DTransposedProperty System.Windows.DependencyProperty
ColumnHeadersSourceProperty System.Windows.DependencyProperty
ColumnsSourceProperty System.Windows.DependencyProperty
PropertySourceProperty System.Windows.DependencyProperty
RowHeadersSourceProperty System.Windows.DependencyProperty
RowsSourceProperty System.Windows.DependencyProperty
TransposedSourceProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
SetArray2D ( this element, Array value ) : void
SetArray2DTransposed ( this element, Array value ) : void
SetColumnHeadersSource ( this element, IEnumerable value ) : void
SetColumnsSource ( this element, IEnumerable value ) : void
SetPropertySource ( DependencyObject element, object value ) : void
SetRowHeadersSource ( this element, IEnumerable value ) : void
SetRowsSource ( this element, IEnumerable value ) : void
SetTransposedSource ( this element, IEnumerable value ) : void

비공개 메소드들

메소드 설명
Array2DValidateValue ( object value ) : bool
CoerceTransposedSource ( DependencyObject dependencyObject, object baseValue ) : object
ColumnsSourceValidateValue ( object value ) : bool
CreateSingletonEnumerable ( object item ) : IEnumerable
GetArray2D ( this element ) : Array
GetArray2DTransposed ( this element ) : Array
GetColumnHeadersSource ( this element ) : IEnumerable
GetColumnsSource ( this element ) : IEnumerable
GetPropertySource ( DependencyObject element ) : object
GetRowHeadersSource ( this element ) : IEnumerable
GetRowsSource ( this element ) : IEnumerable
GetTransposedSource ( this element ) : IEnumerable
HeadersSourceValidateValue ( object value ) : bool
OnArray2DChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnArray2DTransposedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnColumnHeadersSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnColumnsChanged ( object sender, RoutedEventArgs routedEventArgs ) : void
OnColumnsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPropertySourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRowHeadersSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRowsChanged ( object sender, RoutedEventArgs routedEventArgs ) : void
OnRowsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTransposedSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RowsSourceValidateValue ( object value ) : bool

메소드 상세

SetArray2D() 공개 정적인 메소드

public static SetArray2D ( this element, Array value ) : void
element this
value System.Array
리턴 void

SetArray2DTransposed() 공개 정적인 메소드

public static SetArray2DTransposed ( this element, Array value ) : void
element this
value System.Array
리턴 void

SetColumnHeadersSource() 공개 정적인 메소드

public static SetColumnHeadersSource ( this element, IEnumerable value ) : void
element this
value IEnumerable
리턴 void

SetColumnsSource() 공개 정적인 메소드

public static SetColumnsSource ( this element, IEnumerable value ) : void
element this
value IEnumerable
리턴 void

SetPropertySource() 공개 정적인 메소드

public static SetPropertySource ( DependencyObject element, object value ) : void
element System.Windows.DependencyObject
value object
리턴 void

SetRowHeadersSource() 공개 정적인 메소드

public static SetRowHeadersSource ( this element, IEnumerable value ) : void
element this
value IEnumerable
리턴 void

SetRowsSource() 공개 정적인 메소드

public static SetRowsSource ( this element, IEnumerable value ) : void
element this
value IEnumerable
리턴 void

SetTransposedSource() 공개 정적인 메소드

public static SetTransposedSource ( this element, IEnumerable value ) : void
element this
value IEnumerable
리턴 void

프로퍼티 상세

Array2DProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows Array2DProperty
리턴 System.Windows.DependencyProperty

Array2DTransposedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows Array2DTransposedProperty
리턴 System.Windows.DependencyProperty

ColumnHeadersSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ColumnHeadersSourceProperty
리턴 System.Windows.DependencyProperty

ColumnsSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ColumnsSourceProperty
리턴 System.Windows.DependencyProperty

PropertySourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PropertySourceProperty
리턴 System.Windows.DependencyProperty

RowHeadersSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows RowHeadersSourceProperty
리턴 System.Windows.DependencyProperty

RowsSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows RowsSourceProperty
리턴 System.Windows.DependencyProperty

TransposedSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TransposedSourceProperty
리턴 System.Windows.DependencyProperty