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

DataSourceImportOptions.PropertyNames Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.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