Class FilterSetting
Contains all column information for serialization
Inheritance
System.Object
FilterSetting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.GridView.PersistantProvider
Assembly: Simplic.UI.dll
Syntax
public class FilterSetting
Properties
| Improve this Doc View SourceColumnUniqueName
Intern name of the column
Declaration
public string ColumnUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldFilterLogicalOperator
Operator between the filter
Declaration
public Telerik.Windows.Data.FilterCompositionLogicalOperator FieldFilterLogicalOperator { get; set; }
Property Value
Type | Description |
---|---|
Telerik.Windows.Data.FilterCompositionLogicalOperator |
Filter1
First filter information
Declaration
public FilterDescriptorProxy Filter1 { get; set; }
Property Value
Type | Description |
---|---|
FilterDescriptorProxy |
Filter2
Second filter information
Declaration
public FilterDescriptorProxy Filter2 { get; set; }
Property Value
Type | Description |
---|---|
FilterDescriptorProxy |
SelectedDistinctValues
Selected values in the filter list (distinct!)
Declaration
public List<object> SelectedDistinctValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |