Skip to main content

ExtractSourceOptions.DataFields Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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