DxFilterBuilderField.EditSettings Property
Allows you to customize the editor associated with this field.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public RenderFragment EditSettings { get; set; }
Property Value
Type | Default | Description |
---|---|---|
RenderFragment | null | Editor settings. |
See Also