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

ConfigureDataReloadingTimeoutWebEventArgs.DataMember Property

Gets the identifier of a corresponding data member in the data source.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public string DataMember { get; }

Property Value

Type Description
String

A System.String value, specifying the data member.

See Also