Skip to main content

OperandValue.XmlValue Property

Gets or sets the current operand’s formatted value.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual object XmlValue { get; set; }

Property Value

Type Description
Object

An object that represents the current operand’s formatted value.

See Also