Skip to main content
Tab

GridLookupSelectionMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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