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