menu

Blazor

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

    Show / Hide Table of Contents

    Class OperatorsModel

    Interface for a class Operator.

    Inheritance
    System.Object
    OperatorsModel
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OperatorsModel : Object

    Constructors

    OperatorsModel()

    Declaration
    public OperatorsModel()

    Properties

    Text

    Specifies text or label of the operator.

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

    Value

    Specifies value of the operator.

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