XafDataView.Expressions Property
Specifies data view column names and expressions used to compute column values.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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