WPF

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

    Show / Hide Table of Contents

    Class FilterRowElement

    Represents a class that populates the items in ComboBoxAdv in GridFilterRowComboBoxRenderer.

    Inheritance
    System.Object
    FilterRowElement
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IFilterElement
    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: Syncfusion.UI.Xaml.Grid.RowFilter
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class FilterRowElement : INotifyPropertyChanged, IFilterElement

    Constructors

    FilterRowElement()

    Initialize a new instance of FilterRowElement class.

    Declaration
    public FilterRowElement()

    Properties

    ActualValue

    Gets or sets the actual value.

    Declaration
    public object ActualValue { get; set; }
    Property Value
    Type Description
    System.Object

    The actual value.

    DisplayText

    Gets or sets the formatted value to display and filter.

    Declaration
    public string DisplayText { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    FormattedString

    Gets or sets the formatted string. Encapsulates a GridFilterControl.GetFormattedString method to convert the ActualValue with formatting in GridFilterElement

    Declaration
    public Func<object, string> FormattedString { get; set; }
    Property Value
    Type Description
    System.Func<System.Object, System.String>

    The formatted string.

    Methods

    RaisePropertyChanged(String)

    Raises the property changed.

    Declaration
    public void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Name of the property.

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IFilterElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved