Table of Contents

Class ListSelectionModel

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public class ListSelectionModel : DataListViewModel<string>, IBulkActionable
Inheritance
ListSelectionModel
Implements
Inherited Members

Properties

SelectedRows

public IEnumerable<string> SelectedRows { get; set; }

Property Value

IEnumerable<string>
To top