Skip to main content

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