Skip to main content

GridLookupSettings.Properties Property

Provides access to the settings that are specific to the GridLookup editor.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxGridLookupProperties Properties { get; }

Property Value

Type Description
MVCxGridLookupProperties

An MVCxGridLookupProperties object containing the GridLookup specific settings.

See Also