WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterValue - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterValue

    Represents the filter value item.

    Inheritance
    System.Object
    Element
    FilterValue
    Implements
    ICloneable<Element>
    Inherited Members
    Element.Clone()
    Element.Visible
    Element.RootNodeCaption
    Element.Name
    Element.ElementName
    Element.Properties
    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: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class FilterValue : Element, ICloneable<Element>

    Constructors

    FilterValue()

    Declaration
    public FilterValue()

    Properties

    Filter_Value

    Gets or sets the filter value.

    Declaration
    public double Filter_Value { get; set; }
    Property Value
    Type Description
    System.Double

    The filter value.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved