Class DateFilterParams
Provides filter settings to customize the SfDatePicker<TValue> component used in the filter menu and the Excel-like filter dialogs of the Grid.
Inheritance
System.Object
DateFilterParams
Implements
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class DateFilterParams : Object, IFilterSettings
Constructors
DateFilterParams()
Declaration
public DateFilterParams()
Properties
DatePickerParams
Gets or sets the filter settings to customize the built-in SfDatePicker<TValue> component used in the filter menu and the Excel-like filter dialogs of the Grid.
Declaration
public DatePickerModel DatePickerParams { get; set; }
Property Value
Type | Description |
---|---|
DatePickerModel | A DatePickerModel object defining customization options such as format, min/max dates, placeholders, and styling. |
Remarks
This property applies when the ColumnType is either Date or DateOnly.