Table of Contents

Class EmptyStateDisplay

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll
public sealed class EmptyStateDisplay : DisplayBase
Inheritance
EmptyStateDisplay
Inherited Members
Extension Methods

Properties

AddSecondaryAction

public ActionNode? AddSecondaryAction { get; set; }

Property Value

ActionNode

CreateNewAction

public ActionNode? CreateNewAction { get; set; }

Property Value

ActionNode

ManageAction

public ActionNode? ManageAction { get; set; }

Property Value

ActionNode

Subtitle

public string? Subtitle { get; set; }

Property Value

string

Title

public string? Title { get; set; }

Property Value

string
To top