Skip to main content
Row

DataSourceImportOptions.PropertyNames Property

Gets or sets names of the properties to import from the data source.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string[] PropertyNames { get; set; }

Property Value

Type Description
String[]

A String[] array of property names that specifies properties to import.

See Also