WPF

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

    Show / Hide Table of Contents

    Class GridCondition

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

    Constructors

    GridCondition()

    Declaration
    public GridCondition()

    Properties

    ColIndex

    ConditionalFormat applying cell columnindex.

    Declaration
    public int ColIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    ConditionType

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

    PredicateType

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

    RowIndex

    ConditionalFormat applying cell rowindex.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    StartColumn

    If same condition applies to multiple cells then it returns the first cell columnindex.

    Declaration
    public int StartColumn { get; set; }
    Property Value
    Type Description
    System.Int32

    StartRow

    If same come conditon applies to multiple cells then it returns the first cell rowindex.

    Declaration
    public int StartRow { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

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

    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