FilterBuilderValueEditTemplateContext.DisplayText Property
Returns the field value’s display text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string DisplayText { get; }
Property Value
| Type | Description |
|---|---|
| String | The display text. |
Remarks
Refer to the ValueEditTemplate property description for more information and an example.
See Also