Table of Contents

Class SelectorContainer

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

Properties

Actions

public IEnumerable<ActionNode> Actions { get; set; }

Property Value

IEnumerable<ActionNode>

Columns

public int Columns { get; set; }

Property Value

int

MultiSelect

public bool MultiSelect { get; set; }

Property Value

bool

Query

public DataQueryBase? Query { get; set; }

Property Value

DataQueryBase
To top