CustomFilterExpressionEventArgs(String, String, String) Constructor
Initializes a new instance of the CustomFilterExpressionEventArgs class.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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