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

ISnapFieldOwner.FindListByName(String) Method

Searches for a Snap list by its name.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

SnapList FindListByName(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the Snap list name.

Returns

Type Description
SnapList

An object implementing the SnapList interface.

See Also