Table of Contents

Class AreaContainer

Namespace
Dynamicweb.CoreUI.Application
Assembly
Dynamicweb.CoreUI.dll
public sealed class AreaContainer : UiComponentBase
Inheritance
AreaContainer
Inherited Members
Extension Methods

Properties

TreeLoadAction

public ActionBase? TreeLoadAction { get; set; }

Property Value

ActionBase

WorkspaceLoadAction

public ActionBase? WorkspaceLoadAction { get; set; }

Property Value

ActionBase

WorkspaceScreen

public UiComponentBase? WorkspaceScreen { get; set; }

Property Value

UiComponentBase
To top