Skip to main content
All docs
V25.1
  • DxSchedulerResourceIdCollection.ToXml(IEnumerable) 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(
        IEnumerable ids
    )

    Parameters

    Name Type Description
    ids IEnumerable

    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