DxSchedulerResourceIdCollection.ToXml(Object[]) Method
Returns the XML string that contains resource identifiers.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public static string ToXml(
params object[] ids
)
Parameters
Name | Type | Description |
---|---|---|
ids | Object[] | Contains 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