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

GridLookupSelectionMode Enum

Lists the values that specify the selection behavior for an ASPxGridLookup editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridLookupSelectionMode

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