menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericFilterParams - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericFilterParams

    Provides filter settings to customize the SfNumericTextBox<TValue> component used in the filter menu and the Excel-like filter dialogs of the Grid.

    Inheritance
    System.Object
    NumericFilterParams
    Implements
    IFilterSettings
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NumericFilterParams : Object, IFilterSettings

    Constructors

    NumericFilterParams()

    Declaration
    public NumericFilterParams()

    Properties

    NumericTextBoxParams

    Gets or sets the configuration settings for the built-in SfNumericTextBox<TValue> component used in the filter menu and the Excel-like filter dialogs of the Grid.

    Declaration
    public NumericTextBoxModel<object> NumericTextBoxParams { get; set; }
    Property Value
    Type Description
    NumericTextBoxModel<System.Object>

    A NumericTextBoxModel<T> object defining customization options like placeholder, decimals, clear button, CSS class for styling, read-only mode, and RTL support.

    Remarks

    This property applies only when the ColumnType is one of the following: Number, Integer, Double, Decimal, or Long.

    Implements

    IFilterSettings
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved