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

QueryOperatorsEventArgsBase<T>.FieldName Property

Gets a name of the field for which operators are queried.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public string FieldName { get; }

Property Value

Type Description
String

A name of the field for which operators are queried.

See Also