Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExternalDataSourceOptions Properties
Show Inherited Hide Inherited

Contains options for data retrieval from an external data source when establishing a data binding.
Name Description
CellValueConverter Gets or sets the converter that transforms cell values into custom objects and back. Inherited from DataSourceOptionsBase.
ImportHeaders Gets or sets whether the first row of the binding range will contain data field names.
SkipHiddenColumns Gets or sets whether to include hidden columns into the binding range. Inherited from DataSourceOptionsBase.
SkipHiddenRows Gets or sets whether to include the hidden rows into the binding range. Inherited from DataSourceOptionsBase.
See Also