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

CustomFilterExpressionEventArgs(String, String, String) Constructor

Initializes a new instance of the CustomFilterExpressionEventArgs class.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public CustomFilterExpressionEventArgs(
    string dataSourceComponentName,
    string dataSourceName,
    string queryName
)

Parameters

Name Type Description
dataSourceComponentName String

A String that specifies the name of the data source. This value is assigned to the CustomFilterExpressionEventArgs.DataSourceComponentName property.

dataSourceName String

A String that specifies the display caption of the data source. This value is assigned to the CustomFilterExpressionEventArgs.DataSourceName property.

queryName String

A String value, specifying the table name. This value is assigned to the CustomFilterExpressionEventArgs.TableName property.

See Also