XafDataView.Expressions Property
In This Article
Specifies data view column names and expressions used to compute column values.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IList<DataViewExpression> Expressions { get; set; }
#Property Value
Type | Description |
---|---|
IList<Data |
An IList<Data |
#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