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

Наследование: Gu.Wpf.DataGrid2D.IndexPropertyDescriptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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