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

ExtractSourceOptions.DataFields Property

Gets or sets names of the data source fields that will fall into the resulting data extract.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[Browsable(true)]
[DataFieldsBrowser(DataFieldsBrowserDisplayMode.Dimensions)]
[DefaultValue(null)]
public string[] DataFields { get; set; }

Property Value

Type Default Description
String[] *null*

An array of String values that specify names of the data source fields that will fall into the resulting data extract.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataFields
DashboardExtractDataSource
.ExtractSourceOptions .DataFields
See Also