menu

Blazor

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

    Show / Hide Table of Contents

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

    Implements

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