Skip to main content

EFFiltersCollection.Item[String] Property

Provides access to an individual item in the collection by its name.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string this[string name] { get; set; }

Parameters

Name Type Description
name String

A String value, specifying the filter name.

Property Value

Type Description
String

A String value, specifying the filter string.

See Also