Back to Devexpress

DxSchedulerResourceIdCollection.FromXml(String) Method

blazor-devexpress-dot-blazor-dot-dxschedulerresourceidcollection-dot-fromxml-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

DxSchedulerResourceIdCollection.FromXml(String) Method

Loads the resource identifier collection from XML data.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public static DxSchedulerResourceIdCollection FromXml(
    string xml
)

Parameters

NameTypeDescription
xmlString

An XML string that contains resource identifiers.

|

Returns

TypeDescription
DxSchedulerResourceIdCollection

A collection of resource identifiers.

|

Remarks

Refer to Multiple Resources for additional information and an example.

See Also

DxSchedulerResourceIdCollection Class

DxSchedulerResourceIdCollection Members

DevExpress.Blazor Namespace