FilterElementCustomDisplayTextEventArgs.DisplayText Property
In This Article
Gets or sets the text displayed within the filter element.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public string DisplayText { get; set; }
#Property Value
Type | Description |
---|---|
String | The displayed text. |
See Also