C# Класс Gu.Wpf.DataGrid2D.ItemsSource

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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