Skip to main content

IGridDataColumn.UnboundExpression Property

Specifies an expression to evaluate values for the unbound column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
string UnboundExpression { get; set; }

Property Value

Type Default Description
String null

The expression.

Remarks

Refer to the UnboundExpression property description for more information and an example.

See Also