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

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

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

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