Skip to main content
Tab

GridLookupProperties.SelectionMode Property

Gets or sets a value that specifies item selection behavior.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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