Back to Devexpress

DataSourceImportOptions.PropertyNames Property

officefileapi-devexpress-dot-spreadsheet-dot-datasourceimportoptions.md

latest1.2 KB
Original Source

DataSourceImportOptions.PropertyNames Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string[] PropertyNames { get; set; }
vb
Public Property PropertyNames As String()

Property Value

TypeDescription
String[]

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

|

See Also

DataSourceImportOptions Class

DataSourceImportOptions Members

DevExpress.Spreadsheet Namespace