Skip to main content
.NET 6.0+

XafDataView.Expressions Property

Specifies data view column names and expressions used to compute column values.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IList<DataViewExpression> Expressions { get; set; }

Property Value

Type Description
IList<DataViewExpression>

An IList<DataViewExpression> list that specifies data view column names and expressions used to compute column values.

Remarks

When the XafDataView object is instantiated via the IObjectSpace.CreateDataView method overload that takes the expressions parameter of the string type, each column name is a column’s expression text.

See Also