Skip to main content

Source.DataMember Property

Gets or sets the table or list in the data source.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string DataMember { get; set; }

Property Value

Type Description
String

A name of a table or a list.

See Also