Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DataFieldInfo.DataPaths Property

    Specifies the path to the data field.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public string[] DataPaths { get; set; }

    Property Value

    Type Description
    String[]

    An array of String values.

    Remarks

    In the specified path, every element that is separated by a dot is stored as an individual string of the DataPaths property value.

    See Also