Skip to main content
All docs
V24.1

DxSchedulerResourceIdCollection.FromXml(String) Method

Loads the resource identifier collection from XML data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public static DxSchedulerResourceIdCollection FromXml(
    string xml
)

Parameters

Name Type Description
xml String

An XML string that contains resource identifiers.

Returns

Type Description
DxSchedulerResourceIdCollection

A collection of resource identifiers.

Remarks

Refer to Multiple Resources for more information and an example.

See Also