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
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.