Represents the filtering UI for the DataGridTimeColumn.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridTimeFilterControl : DataGridTypedFilterControl, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewDataGridFilterControlBaseDataGridTypedFilterControlDataGridTimeFilterControl
Implements:
Inherited Members
Constructors
C#
public DataGridTimeFilterControl()
Methods
Gets the available operators for the filter control.
C#
protected override IEnumerable<string> GetOperators()
A collection of available operators.
Overrides:
Initializes the filter control with default values and settings.
C#
protected override void Initialize()
Overrides: