windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-2ac011b6.md
Gets or sets an expression used to evaluate values for the current unbound row.
Namespace : DevExpress.XtraVerticalGrid.Rows
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string UnboundExpression { get; set; }
<DefaultValue("")>
<XtraSerializableProperty>
Public Overridable Property UnboundExpression As String
| Type | Default | Description |
|---|---|---|
| String | String.Empty |
A string that specifies an expression used to evaluate values for the current row.
|
Set the RowProperties.UnboundDataType property to create an unbound row.
You can use one of the following techniques to populate the unbound row with data:
See Also
ShowUnboundExpressionEditor(RowProperties)