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

BeforeFillExtractEventArgs.FileName Property

Gets or sets the path to the file containing a data extract.

Namespace: DevExpress.DashboardCommon

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

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A String that specifies the path to the file containing a data extract.

See Also