menu

Blazor

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

    Show / Hide Table of Contents

    Class DateTimeFilterParams

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

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

    Constructors

    DateTimeFilterParams()

    Declaration
    public DateTimeFilterParams()

    Properties

    DateTimePickerParams

    Gets or sets the filter settings to customize the built-in SfDateTimePicker<TValue> component used in the filter menu and the Excel-like filter dialogs of the Grid.

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

    A DateTimePickerModel<T> object that defines customization options for the date-time picker filter component, such as placeholder text, styling via CSS class, clear button visibility, and read-only mode.

    Remarks

    This property is applicable only when the ColumnType is DateTime.

    Implements

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