CustomFilterExpressionEventArgs(String, String, String) Constructor
Initializes a new instance of the CustomFilterExpressionEventArgs class.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
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 QueryName property. |
See Also