FilterElementCustomDisplayTextEventArgs.FieldName Property
In This Article
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
C#
public string FieldName { get; }
#Property Value
Type | Description |
---|---|
String | The name of the field for which you display custom text. |
See Also