Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
Row

DataSourceImportOptions.PropertyNames Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

public string[] PropertyNames { get; set; }

Property Value

Type Description
String[]

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

See Also