DxSchedulerResourceIdCollection.ToXml(DxSchedulerResourceIdCollection) Method
Returns the XML string that contains resource identifiers.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public static string ToXml(
DxSchedulerResourceIdCollection resourceIds
)
Parameters
| Name | Type | Description |
|---|---|---|
| resourceIds | DxSchedulerResourceIdCollection | A collection of resource identifiers. |
Returns
| Type | Description |
|---|---|
| String | The XML string that contains resource identifiers. |
Remarks
Refer to Multiple Resources for more information and an example.
See Also