Skip to main content
A newer version of this page is available.

DataFieldInfo.DataPaths Property

Specifies the path to the data field.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

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