DxFilterBuilder.Fields Property
Specifies the component’s field collection.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public RenderFragment Fields { get; set; }
Property Value
Type | Default | Description |
---|---|---|
RenderFragment | null | A collection of fields (UI fragments). |
See Also