[]
Represents the mechanism for data-bound controls to get data from the Spread component as a data source.
public class SpreadDataSourceView : DataSourceView
Public Class SpreadDataSourceView
Inherits DataSourceView
| Name | Description |
|---|---|
| SpreadDataSourceView(SpreadDataSource) | Creates a new view of Spread as a data source. |
| Name | Description |
|---|---|
| CanDelete | Gets whether the data source can delete; this implementation always returns false. |
| CanInsert | Gets whether the data source can insert; this implementation always returns false. |
| CanSort | Gets whether the data source can sort; this implementation always returns false. |
| CanUpdate | Gets whether the data source can update; this implementation always returns false. |
| Name | Description |
|---|---|
| ExecuteSelect(DataSourceSelectArguments) | Retrieves data from the Spread component. |