Class OptionsTapContext
Represents a context, passed to Filtering UI commands.
Inheritance
Namespace: Telerik.XamarinForms.DataGrid.Commands
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class OptionsTapContext : Object
Constructors
OptionsTapContext()
Declaration
public OptionsTapContext()
Properties
AssociatedDescriptor
Gets the FilterDescriptorBase instance associated with the context. Typically this is the PropertyFilterDescriptor already applied to the Column instance.
Declaration
public FilterDescriptorBase AssociatedDescriptor { get; }
Property Value
FilterDescriptorBase
|
Column
Gets the DataGridColumn instance that owns the Filter Glyph Button being tapped.
Declaration
public DataGridColumn Column { get; }
Property Value
DataGridColumn
|
FilterControl
Gets or sets the FilterControl control that represents the UI used to generate the first FilterDescriptorBase.
Declaration
public DataGridFilterControlBase FilterControl { get; set; }
Property Value
DataGridFilterControlBase
|