Skip to main content
A newer version of this page is available.
All docs
V19.2

DashboardCustomFilterExpressionEventArgs.TableName Property

Gets the name of a data table to which the DashboardCustomFilterExpressionEventArgs.FilterExpression applies.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public string TableName { get; }

Property Value

Type Description
String

A String that is the name of a data table to which the DashboardCustomFilterExpressionEventArgs.FilterExpression applies.

See Also