Skip to main content
All docs
V20.2

DashboardCustomFilterExpressionEventArgs.TableName Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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