GridViewFactory - конструктор |
Пространство имён:
Tessa.UI.Views.Content.Table
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public GridViewFactory(
[NotNullAttribute] IWorkplaceViewComponent component,
[NotNullAttribute] DependencyObject parent
)
Public Sub New (
<NotNullAttribute> component As IWorkplaceViewComponent,
<NotNullAttribute> parent As DependencyObject
)
public:
GridViewFactory(
[NotNullAttribute] IWorkplaceViewComponent^ component,
[NotNullAttribute] DependencyObject^ parent
)
new :
[<NotNullAttribute>] component : IWorkplaceViewComponent *
[<NotNullAttribute>] parent : DependencyObject -> GridViewFactory
Параметры
- component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель отображения данных представления
- parent
- Тип: System.WindowsDependencyObject
Родительский элемент управления
См. также