menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridConditionalFormat - API Reference

    Show / Hide Table of Contents

    Class GridConditionalFormat

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

    Constructors

    GridConditionalFormat()

    Declaration
    public GridConditionalFormat()

    Fields

    ConditionsProperty

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

    StyleProperty

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

    Properties

    Cell

    Adjust the row and column index in formula

    Declaration
    public RowColumnIndex Cell { get; set; }
    Property Value
    Type Description
    RowColumnIndex

    Conditions

    Declaration
    public FreezableCollection<GridCondition> Conditions { get; set; }
    Property Value
    Type Description
    System.Windows.FreezableCollection<GridCondition>

    FormulaTag

    Declaration
    public GridFormulaTag FormulaTag { get; set; }
    Property Value
    Type Description
    GridFormulaTag

    FormulaText

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

    HasFormulaTag

    Declaration
    public bool HasFormulaTag { get; }
    Property Value
    Type Description
    System.Boolean

    Style

    Declaration
    public GridStyleInfo Style { get; set; }
    Property Value
    Type Description
    GridStyleInfo

    Methods

    CreateInstanceCore()

    Declaration
    protected override Freezable CreateInstanceCore()
    Returns
    Type Description
    System.Windows.Freezable

    InitializeFrom(GridConditionalFormat)

    Declaration
    public void InitializeFrom(GridConditionalFormat other)
    Parameters
    Type Name Description
    GridConditionalFormat other
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved