Represents the filtering UI for the DataGridNumericalColumn.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridNumericFilterControl : DataGridTypedFilterControl, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewDataGridFilterControlBaseDataGridTypedFilterControlDataGridNumericFilterControl
Implements:
Inherited Members
Constructors
C#
public DataGridNumericFilterControl()
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: