Skip to main content
All docs
V26.1
  • FilterBuilderOperatorItem.GroupName Property

    Specifies the name of the group to which the operator item belongs.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public string GroupName { get; set; }

    Property Value

    Type Description
    String

    The group name.

    Remarks

    Handle the CustomizeOperators event to access and customize operator item collections (Operators). Refer to the following article for additional information and examples: Filter Operators in Blazor Filter Builder.

    See Also