Skip to main content
All docs
V25.2
  • SplitterBuilder.DataSource(String, String[]) Method

    Binds the UI component to data. Mirrors the client-side dataSource option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SplitterBuilder DataSource(
        string staticJsonUrl,
        params string[] key
    )

    Parameters

    Name Type Description
    staticJsonUrl String

    The URL used to load data in JSON format.

    key String[]

    The key(s) to extract from the JSON data source.

    Returns

    Type Description
    SplitterBuilder

    A reference to this instance after the method is called.

    See Also