GridLookupSelectionMode Enum
Lists the values that specify the selection behavior for an ASPxGridLookup editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return GridLookupSelectionMode values:
Remarks
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