Table of Contents

Class ListDisplay

Namespace
Dynamicweb.CoreUI.Displays.Widgets
Assembly
Dynamicweb.CoreUI.dll
public abstract class ListDisplay : DisplayBase<DataQueryBase>, IIdentifiable
Inheritance
ListDisplay
Implements
Derived
Inherited Members
Extension Methods

Constructors

ListDisplay(DataQueryBase, Type)

public ListDisplay(DataQueryBase query, Type fullListScreenType)

Parameters

query DataQueryBase
fullListScreenType Type

ListDisplay(DataQueryBase, Type, string?)

public ListDisplay(DataQueryBase query, Type fullListScreenType, string? name)

Parameters

query DataQueryBase
fullListScreenType Type
name string

Properties

EnableEditing

public bool? EnableEditing { get; set; }

Property Value

bool?

ListCapacity

public int ListCapacity { get; set; }

Property Value

int

ListNavigateAction

public NavigateScreenAction? ListNavigateAction { get; set; }

Property Value

NavigateScreenAction

Name

public string? Name { get; set; }

Property Value

string

ScreenName

protected string ScreenName { get; }

Property Value

string

ShowSelectPresetAction

public bool? ShowSelectPresetAction { get; set; }

Property Value

bool?

Methods

GetDefinition()

public abstract UiComponentBase? GetDefinition()

Returns

UiComponentBase

GetId()

public string GetId()

Returns

string

GetSelectPresetAction()

public OpenSlideOverAction? GetSelectPresetAction()

Returns

OpenSlideOverAction
To top