C# Класс Habanero.Faces.Win.ReadOnlyGridWin

Provides a grid on which a business object collection can be listed but not edited. If you would like more functionality, including the ability to add, edit and delete the objects, use IReadOnlyGridControl instead.
Наследование: GridBaseWin, IReadOnlyGrid
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a ReadOnlyDataSetProvider, while an editable grid would return an editable one.

ReadOnlyGridWin ( ) : Habanero.Base

Constructor for ReadOnlyGridWin

Описание методов

CreateDataSetProvider() публичный Метод

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a ReadOnlyDataSetProvider, while an editable grid would return an editable one.
public CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider
col IBusinessObjectCollection The collection to create the datasetprovider for
Результат IDataSetProvider

ReadOnlyGridWin() публичный Метод

Constructor for ReadOnlyGridWin
public ReadOnlyGridWin ( ) : Habanero.Base
Результат Habanero.Base