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

StoreExtractFilePageView.FileName Property

Gets or sets a path to a data extract file.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A String value that specifies a path to a data extract file.

Implements

See Also