Skip to main content
A newer version of this page is available. .

OperandValue.XmlValue Property

Gets or sets the current operand’s formatted value.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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