ISnapFieldOwner.FindListByName(String) Method
Searches for a Snap list by its name.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String |
Returns
Type | Description |
---|---|
SnapList | An object implementing the SnapList interface. |
See Also