Skip to main content
A newer version of this page is available. .
Tab

GridLookupProperties.SelectionMode Property

Gets or sets a value that specifies item selection behavior.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridLookupSelectionMode SelectionMode { get; set; }

Property Value

Type Description
GridLookupSelectionMode

One of the GridLookupSelectionMode enumeration values.

Available values:

Name Description
Single

Only one list item can be selected at one time.

Multiple

Multiple items can be selected within the editor’s dropdown list.

Remarks

The SelectionMode property specifies how many list items (grid rows) can be selected simulateneously within the dropdown grid.

See Also