menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DV_ComparisionOperatorInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DV_ComparisionOperatorInfo

    Represents a class that is to maintain the information about the comparison operators in DataValidation

    Inheritance
    System.Object
    DV_ComparisionOperatorInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class DV_ComparisionOperatorInfo

    Constructors

    DV_ComparisionOperatorInfo()

    Initializes a new instance of DV_ComparisionOperatorInfo

    Declaration
    public DV_ComparisionOperatorInfo()

    Properties

    DV_ComparisionOperator

    Gets or sets the comparison operators in DataValidation

    Declaration
    public ExcelDataValidationComparisonOperator DV_ComparisionOperator { get; set; }
    Property Value
    Type
    ExcelDataValidationComparisonOperator

    DV_ComparisionOperatorName

    Gets or sets the name of the comparison operator in DataValidation

    Declaration
    public string DV_ComparisionOperatorName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved