[]
Configurates ItemsSource. Sets ItemsSource settings.
public BoundSheetBuilder<T> Bind(Action<CollectionViewServiceBuilder<T>> itemsSourceBuild)
| Type | Name | Description |
|---|---|---|
| Action<CollectionViewServiceBuilder<T>> | itemsSourceBuild | The build action for setting ItemsSource |
| Type | Description |
|---|---|
| BoundSheetBuilder<T> | Current builder |
Configurates ItemsSource. Sets ItemsSource settings.
public BoundSheetBuilder<T> Bind(IEnumerable<T> sourceCollection)
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | sourceCollection | The source collection |
| Type | Description |
|---|---|
| BoundSheetBuilder<T> | Current builder |
Configurates ItemsSource. Sets ItemsSource settings.
public BoundSheetBuilder<T> Bind(string readActionUrl)
| Type | Name | Description |
|---|---|---|
| string | readActionUrl | The action url. |
| Type | Description |
|---|---|
| BoundSheetBuilder<T> | Current builder |