menu

Blazor

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

    Show / Hide Table of Contents

    Class TimeFilterParams

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

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

    Constructors

    TimeFilterParams()

    Declaration
    public TimeFilterParams()

    Properties

    TimePickerParams

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

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

    A TimePickerModel<T> object defining customization options such as time format, step intervals, min/max bounds, clear button visibility, read-only state, RTL layout support, component enable state, CSS class for styling, and additional HTML attributes.

    Remarks

    This property applies when the ColumnType is TimeOnly.

    Implements

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