[]
Bind to a collection for ItemsSource.
public PivotPanelBuilder Bind(IEnumerable<object> sourceCollection)
Type | Name | Description |
---|---|---|
IEnumerable<object> | sourceCollection | The source collection. |
Type | Description |
---|---|
PivotPanelBuilder | Current builder. |
Sets ItemsSource by builder.
public PivotPanelBuilder Bind(Action<CollectionViewServiceBuilder<object>> itemsSourceBuild)
Type | Name | Description |
---|---|---|
Action<CollectionViewServiceBuilder<object>> | itemsSourceBuild | The build action for setting ItemsSource. |
Type | Description |
---|---|
PivotPanelBuilder | Current builder. |
Sets the read action url for ItemsSource.
public PivotPanelBuilder Bind(string readActionUrl)
Type | Name | Description |
---|---|---|
string | readActionUrl | The action url. |
Type | Description |
---|---|
PivotPanelBuilder | Current builder. |