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