DxScheduler.VisibleResourcesDataSourceChanged Event
Occurs when the data source with visible resource objects changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback<IEnumerable> VisibleResourcesDataSourceChanged { get; set; }
Parameters
| Type | Description |
|---|---|
| IEnumerable | The new data source for visible resources. |
Remarks
Use the VisibleResourcesDataSourceChanged event to handle changes to the VisibleResourcesDataSource property.
See Also