Back to Devexpress

GridLookupSelectionMode Enum

aspnet-devexpress-dot-web-027a7f20.md

latest1.5 KB
Original Source

GridLookupSelectionMode Enum

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

Declaration

csharp
public enum GridLookupSelectionMode
vb
Public Enum GridLookupSelectionMode

Members

NameDescription
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:

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

ASPxGridLookup

DevExpress.Web Namespace