Skip to main content
All docs
V25.2
  • FilterBuilderOperatorItem Members

    Defines a criteria operator item in the Filter Builder component.

    Constructors

    Name Description
    FilterBuilderOperatorItem(FilterBuilderOperatorType) Initializes a new instance of the FilterBuilderOperatorItem class with specified settings.
    FilterBuilderOperatorItem(String) Initializes a new instance of the FilterBuilderOperatorItem class with specified settings.

    Properties

    Name Description
    Caption Specifies the operator item caption to be displayed in the operator list and resulting filter criteria.
    GroupName Specifies the name of the group to which the operator item belongs.
    IconCssClass Specifies the name of the CSS class applied to the operator item icon.
    IconUrl Specifies the URL of the operator item icon.
    Name Returns the operator item name.
    OperatorType Returns the criteria operator type.

    Methods

    Name Description
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also