Skip to main content

ConfigureDataReloadingTimeoutWebEventArgs.DataMember Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.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