DxSchedulerResourceIdCollection.ToXml(DxSchedulerResourceIdCollection) Method
In This Article
Returns the XML string that contains resource identifiers.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public static string ToXml(
DxSchedulerResourceIdCollection resourceIds
)
#Parameters
Name | Type | Description |
---|---|---|
resource |
Dx |
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