Table of Contents

Class Form

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public sealed class Form : UiComponentBase, IRootComponent
Inheritance
Form
Implements
Inherited Members
Extension Methods

Properties

ActionMap

public Dictionary<string, ActionBase?> ActionMap { get; }

Property Value

Dictionary<string, ActionBase>

Content

public UiComponentBase? Content { get; set; }

Property Value

UiComponentBase

DisableLeaveConfirmation

public bool DisableLeaveConfirmation { get; set; }

Property Value

bool

ShadowEditId

public string ShadowEditId { get; set; }

Property Value

string

SubmitAction

public ActionBase? SubmitAction { get; set; }

Property Value

ActionBase

Methods

IsEmpty()

public bool IsEmpty()

Returns

bool

Trim()

public void Trim()
To top