aspnet-devexpress-dot-web-027a7f20.md
Lists the values that specify the selection behavior for an ASPxGridLookup editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridLookupSelectionMode
Public Enum GridLookupSelectionMode
| 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.
|
The following properties accept/return GridLookupSelectionMode values:
The GridLookupSelectionMode enumerator contains values specifying how items can be selected within an ASPxGridLookup editor. The values of this enumerator are used to specify the ASPxGridLookup.SelectionMode property.
See Also