Class OkButtonClikEventArgs
Provides data for OkButtonClikEvent in GridFilterControl.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class OkButtonClikEventArgs : EventArgsExt
Constructors
OkButtonClikEventArgs()
Initializes a new instance of the OkButtonClikEventArgs class.
Declaration
public OkButtonClikEventArgs()
Properties
CheckedElements
Gets or sets the edited values.
Declaration
public IEnumerable<FilterElement> CheckedElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FilterElement> | The edited values. |
ColumnType
Gets or sets the ColumnType.
Declaration
public AdvancedFilterType ColumnType { get; set; }
Property Value
Type | Description |
---|---|
AdvancedFilterType | The type of the predicate. |
FilterType1
Gets or sets the filter type1.
Declaration
public object FilterType1 { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter type1. |
FilterType2
Gets or sets the filter type2.
Declaration
public object FilterType2 { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter type2. |
FilterValue
Declaration
public object FilterValue { get; set; }
Property Value
Type |
---|
System.Object |
FilterValue1
Gets or sets the filter value1.
Declaration
public object FilterValue1 { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter value1. |
FilterValue2
Gets or sets the filter value2.
Declaration
public object FilterValue2 { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter value2. |
IsCaseSensitive1
Gets or sets the ColumnType.
Declaration
public bool IsCaseSensitive1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The type of the predicate. |
IsCaseSensitive2
Gets or sets the ColumnType.
Declaration
public bool IsCaseSensitive2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The type of the predicate. |
PredicateType
Gets or sets the type of the predicate.
Declaration
public object PredicateType { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The type of the predicate. |
UnCheckedElements
Gets or sets the record.
Declaration
public IEnumerable<FilterElement> UnCheckedElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FilterElement> | The record. |