UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterRowElement

    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
    Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class FilterRowElement : Object, 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

    Occurs when a property value changes.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IFilterElement

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved