WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataCondition - WPF API Reference | Syncfusion GridDataControl to apply. ">

    Show / Hide Table of Contents

    Class GridDataCondition

    Define the condition settings for the GridDataControl to apply.

    Inheritance
    System.Object
    GridDataCondition
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataCondition : Freezable

    Constructors

    GridDataCondition()

    Initializes a new instance of the GridDataCondition class.

    Declaration
    public GridDataCondition()

    Fields

    ColumnNameProperty

    DependencyProperty for ColumnName property.

    Declaration
    public static readonly DependencyProperty ColumnNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    GridDataConditionTypeProperty

    DependencyProperty for ConditionType property.

    Declaration
    public static readonly DependencyProperty GridDataConditionTypeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    PredicateTypeProperty

    DependencyProperty for PredicateType property.

    Declaration
    public static readonly DependencyProperty PredicateTypeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ValueProperty

    DependencyProperty for Value property.

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ColumnName

    Gets or sets the name of the column.

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

    The name of the column.

    ConditionType

    Gets or sets the type of the condition.

    Declaration
    public GridDataConditionType ConditionType { get; set; }
    Property Value
    Type Description
    GridDataConditionType

    The type of the condition.

    PredicateType

    Gets or sets the type of the predicate.

    Declaration
    public PredicateType PredicateType { get; set; }
    Property Value
    Type Description
    Syncfusion.Windows.Data.PredicateType

    The type of the predicate.

    Value

    Gets or sets the value.

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

    The value.

    Methods

    CreateInstanceCore()

    Declaration
    protected override Freezable CreateInstanceCore()
    Returns
    Type Description
    System.Windows.Freezable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved