ITreeListDataColumn.UnboundExpression Property
Specifies an expression used to calculate unbound column values.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Grid.v26.1.dll
Declaration
[DefaultValue(null)]
string UnboundExpression { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | An expression. |
Remarks
Refer to the UnboundExpression property description for additional information and an example.
See Also