DxScheduler.VisibleResourcesDataSourceChanged Event
In This Article
Occurs when the data source with visible resource objects changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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