A newer version of this page is available.
Switch to the current version.
GridColumn.IsUnboundExpressionValid Property
Gets whether the column's GridColumn.UnboundExpression specifies a valid expression.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[Browsable(false)]
public bool IsUnboundExpressionValid { get; }
<Browsable(False)>
Public ReadOnly Property IsUnboundExpressionValid As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the column's UnboundExpression specifies a valid expression; otherwise, false. |
See Also
Feedback