Skip to main content

FilterElementCustomDisplayTextEventArgs.FieldName Property

Gets the name of the field for which you display custom text.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string FieldName { get; }

Property Value

Type Description
String

The name of the field for which you display custom text.

See Also