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

    Gets or sets a name of the group that holds the operator.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public string GroupName { get; set; }

    Property Value

    Type Description
    String

    A name of the group that holds the operator.

    See Also