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
public ListDisplay(DataQueryBase query, Type fullListScreenType)
Parameters
query
DataQueryBase
fullListScreenType
Type
public ListDisplay(DataQueryBase query, Type fullListScreenType, string? name)
Parameters
query
DataQueryBase
fullListScreenType
Type
name
string
Properties
public bool? EnableEditing { get; set; }
Property Value
- bool?
public int ListCapacity { get; set; }
Property Value
- int
public NavigateScreenAction? ListNavigateAction { get; set; }
Property Value
- NavigateScreenAction
public string? Name { get; set; }
Property Value
- string
protected string ScreenName { get; }
Property Value
- string
public bool? ShowSelectPresetAction { get; set; }
Property Value
- bool?
Methods
public abstract UiComponentBase? GetDefinition()
Returns
- UiComponentBase
Returns
- string
public OpenSlideOverAction? GetSelectPresetAction()
Returns
- OpenSlideOverAction