Table of Contents

Class SelectMultiDual

Namespace
Dynamicweb.CoreUI.Editors.Lists
Assembly
Dynamicweb.CoreUI.dll
public class SelectMultiDual : ListBase
Inheritance
SelectMultiDual
Inherited Members
Extension Methods

Properties

EnableSorting

public bool EnableSorting { get; set; }

Property Value

bool

ForceEnableSearch

public bool ForceEnableSearch { get; set; }

Property Value

bool

NoDataTextExcluded

public TranslatableString? NoDataTextExcluded { get; set; }

Property Value

TranslatableString

NoDataTextIncluded

public TranslatableString? NoDataTextIncluded { get; set; }

Property Value

TranslatableString

ReloadOnChangeBehavior

public ReloadOnChangeBehavior ReloadOnChangeBehavior { get; set; }

Property Value

ReloadOnChangeBehavior
To top