Back to Devexpress

DxScheduler.VisibleResourcesDataSourceChanged Event

blazor-devexpress-dot-blazor-dot-dxscheduler-2e7e1362.md

latest1.0 KB
Original Source

DxScheduler.VisibleResourcesDataSourceChanged Event

Occurs when the data source with visible resource objects changes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<IEnumerable> VisibleResourcesDataSourceChanged { get; set; }

Parameters

TypeDescription
IEnumerable

The new data source for visible resources.

|

Remarks

Use the VisibleResourcesDataSourceChanged event to handle changes to the VisibleResourcesDataSource property.

See Also

DxScheduler Class

DxScheduler Members

DevExpress.Blazor Namespace