Search Results for

    Show / Hide Table of Contents

    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 Source

    ColumnUniqueName

    Intern name of the column

    Declaration
    public string ColumnUniqueName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FieldFilterLogicalOperator

    Operator between the filter

    Declaration
    public Telerik.Windows.Data.FilterCompositionLogicalOperator FieldFilterLogicalOperator { get; set; }
    Property Value
    Type Description
    Telerik.Windows.Data.FilterCompositionLogicalOperator
    | Improve this Doc View Source

    Filter1

    First filter information

    Declaration
    public FilterDescriptorProxy Filter1 { get; set; }
    Property Value
    Type Description
    FilterDescriptorProxy
    | Improve this Doc View Source

    Filter2

    Second filter information

    Declaration
    public FilterDescriptorProxy Filter2 { get; set; }
    Property Value
    Type Description
    FilterDescriptorProxy
    | Improve this Doc View Source

    SelectedDistinctValues

    Selected values in the filter list (distinct!)

    Declaration
    public List<object> SelectedDistinctValues { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx